inststr.h 243 B

123456789101112131415
  1. /*
  2. * inststr.h
  3. *
  4. * Change process title
  5. * From code by C. S. Ananian
  6. */
  7. #ifndef _PPTPD_INSTSTR_H
  8. #define _PPTPD_INSTSTR_H
  9. #ifndef HAVE_SETPROCTITLE
  10. void inststr(int argc, char **argv, char *src);
  11. #endif
  12. #endif /* !_PPTPD_INSTSTR_H */