summaryrefslogtreecommitdiff
path: root/openbox/debug.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-18 15:07:30 +0000
committerDana Jansens <danakj@orodu.net>2007-03-18 15:07:30 +0000
commit3678f8df8a3d2f5fb20d07d9124c3f0b8618ca5d (patch)
tree049afd9c94b22360496e407226831b612fad1d8f /openbox/debug.h
parent5fa443efc8f85a2365c1043c547ac2168a294575 (diff)
use const char*'s when we should be
Diffstat (limited to 'openbox/debug.h')
-rw-r--r--openbox/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/debug.h b/openbox/debug.h
index f7988c28..fea52c06 100644
--- a/openbox/debug.h
+++ b/openbox/debug.h
@@ -23,6 +23,6 @@
void ob_debug_show_output(gboolean enable);
-void ob_debug(gchar *a, ...);
+void ob_debug(const gchar *a, ...);
#endif