blob: 70a9efa10d4b74ba423c5c15c780c38af12c89af [file] [log] [blame]
bigbiff bigbiffe60683a2013-02-22 20:55:50 -05001#ifndef UTIL_LINUX_SETPROCTITLE_H
2#define UTIL_LINUX_SETPROCTITLE_H
3
4extern void initproctitle (int argc, char **argv);
5extern void setproctitle (const char *prog, const char *txt);
6
7#endif