util-linux/include/setproctitle.h
Karel Zak 52b7b4876c lib: cleanup setproctitle.c
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-10-26 23:17:15 +02:00

7 lines
190 B
C

#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);
#endif