]> Dogcows Code - chaz/openbox/blobdiff - openbox/debug.h
use const char*'s when we should be
[chaz/openbox] / openbox / debug.h
index f7988c280206196b2c36f36c37434ab0bad364ac..fea52c06db308b845d9a485c2abb377a1a0e9ff9 100644 (file)
@@ -23,6 +23,6 @@
 
 void ob_debug_show_output(gboolean enable);
 
-void ob_debug(gchar *a, ...);
+void ob_debug(const gchar *a, ...);
 
 #endif
This page took 0.023516 seconds and 4 git commands to generate.