]> mj.ucw.cz Git - libucw.git/blobdiff - lib/proctitle.c
Split Perl modules to Sherlock and UCW namespaces as we already do with C libraries.
[libucw.git] / lib / proctitle.c
index f605aef18b7b4b9f5aa3cd3fa29b02b0e9a81cce..4e1541847b81bbd3ee75250622e073aaba544367 100644 (file)
@@ -54,7 +54,7 @@ setproctitle_init(int argc, char **argv)
 }
 
 void
-setproctitle(char *msg, ...)
+setproctitle(const char *msg, ...)
 {
   va_list args;
   byte buf[256];