bigbiff bigbiff | e60683a | 2013-02-22 20:55:50 -0500 | [diff] [blame] | 1 | #ifndef UTIL_LINUX_SETPROCTITLE_H |
2 | #define UTIL_LINUX_SETPROCTITLE_H | ||||
3 | |||||
4 | extern void initproctitle (int argc, char **argv); | ||||
5 | extern void setproctitle (const char *prog, const char *txt); | ||||
6 | |||||
7 | #endif |