]> git.ipfire.org Git - thirdparty/util-linux.git/blob - include/setproctitle.h
tests: make sure TS_HELPER_MBSENCODE compiled
[thirdparty/util-linux.git] / include / setproctitle.h
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