summaryrefslogtreecommitdiff
path: root/openbox/openbox.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/openbox.h
parent5fa443efc8f85a2365c1043c547ac2168a294575 (diff)
use const char*'s when we should be
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 4d410201..4c018666 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -54,7 +54,7 @@ void ob_exit_replace();
void ob_reconfigure();
-void ob_exit_with_error(gchar *msg);
+void ob_exit_with_error(const gchar *msg);
Cursor ob_cursor(ObCursor cursor);