]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/csprint.h
Changed char* in const char* in csprint.
[bacula/bacula] / bacula / src / wx-console / csprint.h
index e4777a32eeba2b4243d2080931000c7f3cfdfa3f..ce0975d41e76f5d27ba37e7c6d93d6084cb4dc25 100644 (file)
@@ -35,6 +35,6 @@
 #define CS_TERMINATED   99 /* used to signal that the thread is terminated */
 
 /* function called by console_thread to send events back to the GUI */
-void csprint(char* str, int status=CS_DATA);
+void csprint(const char* str, int status=CS_DATA);
 
 #endif