Upload Tizen:Base source
[framework/base/util-linux-ng.git] / include / setproctitle.h
1
2 void initproctitle (int argc, char **argv);
3 #if 0
4 void setproctitle (const char *fmt, ...);
5 #else
6 void setproctitle (const char *prog, const char *txt);
7 #endif