summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-31 16:56:35 +0000
committerDana Jansens <danakj@orodu.net>2003-07-31 16:56:35 +0000
commit52a6fc08309c7eb615de81cc91d5d7a7bffb66f4 (patch)
tree441282cc8e0607b7992244e676619dc66aa41887 /openbox/openbox.h
parent732990d277d0888389ecc2de93df9f40dbcf297c (diff)
expose exit_with_error
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 5ed4c11e..b5b473b8 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -38,6 +38,8 @@ void ob_restart_other(const gchar *path);
void ob_restart();
void ob_exit();
+void ob_exit_with_error(gchar *msg);
+
Cursor ob_cursor(ObCursor cursor);
KeyCode ob_keycode(ObKey key);