summaryrefslogtreecommitdiff
path: root/openbsd-compat/setproctitle.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/setproctitle.h')
-rw-r--r--openbsd-compat/setproctitle.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsd-compat/setproctitle.h b/openbsd-compat/setproctitle.h
new file mode 100644
index 000000000..000689fac
--- /dev/null
+++ b/openbsd-compat/setproctitle.h
@@ -0,0 +1,10 @@
1#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 */