diff options
Diffstat (limited to 'pptpd-1.3.3/inststr.h')
-rw-r--r-- | pptpd-1.3.3/inststr.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pptpd-1.3.3/inststr.h b/pptpd-1.3.3/inststr.h deleted file mode 100644 index fd61ec4..0000000 --- a/pptpd-1.3.3/inststr.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * inststr.h - * - * Change process title - * From code by C. S. Ananian - * - * $Id: inststr.h,v 1.1.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 */ |