usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / pptpd / inststr.h
blobfd61ec4ae92a053aa20d5a935c08fc1338b7cb9f
1 /*
2 * inststr.h
4 * Change process title
5 * From code by C. S. Ananian
7 * $Id: inststr.h,v 1.1.1.1 2002/06/21 08:52:00 fenix_nl Exp $
8 */
10 #ifndef _PPTPD_INSTSTR_H
11 #define _PPTPD_INSTSTR_H
13 #ifndef HAVE_SETPROCTITLE
14 void inststr(int argc, char **argv, char *src);
15 #endif
17 #endif /* !_PPTPD_INSTSTR_H */