util-linux/include/setproctitle.h

8 lines
190 B
C
Raw Normal View History

#ifndef UTIL_LINUX_SETPROCTITLE_H
#define UTIL_LINUX_SETPROCTITLE_H
extern void initproctitle (int argc, char **argv);
extern void setproctitle (const char *prog, const char *txt);
2006-12-07 00:25:37 +01:00
#endif