blob: 000689fac189621ae223e1686089ce1134a4251f [file] [log] [blame]
Kevin Steves8848b242000-10-18 13:11:44 +00001#ifndef _BSD_SETPROCTITLE_H
2#define _BSD_SETPROCTITLE_H
3
4#include "config.h"
5
6#ifndef HAVE_SETPROCTITLE
7void setproctitle(const char *fmt, ...);
8#endif
9
10#endif /* _BSD_SETPROCTITLE_H */