File: setproctitle.h

package info (click to toggle)
util-linux 2.12r-19
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 8,928 kB
  • ctags: 5,101
  • sloc: ansic: 46,134; sh: 8,041; makefile: 1,111; perl: 86; csh: 62; sed: 55
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7

void initproctitle (int argc, char **argv);
#if 0
void setproctitle (const char *fmt, ...);
#else
void setproctitle (const char *prog, const char *txt);
#endif