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
10#ifndef _PPTPD_INSTSTR_H
11#define _PPTPD_INSTSTR_H
12
13#ifndef HAVE_SETPROCTITLE
14void inststr(int argc, char **argv, char *src);
15#endif
16
17#endif	/* !_PPTPD_INSTSTR_H */
18