inststr.h 308 B

1234567891011121314151617
  1. /*
  2. * inststr.h
  3. *
  4. * Change process title
  5. * From code by C. S. Ananian
  6. *
  7. * $Id: inststr.h,v 1.1.1.1 2002/06/21 08:52:00 fenix_nl Exp $
  8. */
  9. #ifndef _PPTPD_INSTSTR_H
  10. #define _PPTPD_INSTSTR_H
  11. #ifndef HAVE_SETPROCTITLE
  12. void inststr(int argc, char **argv, char *src);
  13. #endif
  14. #endif /* !_PPTPD_INSTSTR_H */