File: setproctitle.h

package info (click to toggle)
openbsd-inetd 0.20050402-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 188 kB
  • ctags: 156
  • sloc: ansic: 1,938; sh: 107; makefile: 38
file content (4 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (63)
1
2
3
4
/* Call this from main. */
void initsetproctitle(int argc, char **argv, char **envp);

void setproctitle(const char *fmt, ...);