2001-02-09 02:55:35 +01:00
|
|
|
/* $Id: setproctitle.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
|
|
|
|
|
2000-10-18 15:11:44 +02:00
|
|
|
#ifndef _BSD_SETPROCTITLE_H
|
|
|
|
#define _BSD_SETPROCTITLE_H
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#ifndef HAVE_SETPROCTITLE
|
|
|
|
void setproctitle(const char *fmt, ...);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* _BSD_SETPROCTITLE_H */
|