1234567891011121314151617 |
- /*
- * inststr.h
- *
- * Change process title
- * From code by C. S. Ananian
- *
- * $Id: inststr.h,v 1.1 2002/06/21 08:52:00 fenix_nl Exp $
- */
- #ifndef _PPTPD_INSTSTR_H
- #define _PPTPD_INSTSTR_H
- #ifndef HAVE_SETPROCTITLE
- void inststr(int argc, char **argv, char *src);
- #endif
- #endif /* !_PPTPD_INSTSTR_H */
|