]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/process.h
Opt: OPT_MULTIPLE implemented, no tests yet but seems working
[libucw.git] / ucw / process.h
index 1bbeedac3f07bb5379515683024cb986cb90e221..b995cf573f3d3dfac4631f3f5804edfce186101c 100644 (file)
 
 /* proctitle.c */
 
+// Must be called before parsing of arguments
 void setproctitle_init(int argc, char **argv);
 void setproctitle(const char *msg, ...) FORMAT_CHECK(printf,1,2);
 char *getproctitle(void);
 
 /* exitstatus.c */
 
-#define EXIT_STATUS_MSG_SIZE 32
+#define EXIT_STATUS_MSG_SIZE 64
 int format_exit_status(char *msg, int stat);
 
 /* runcmd.c */