From f85a85541790a6095eb583ddb8684eece8dcc0c6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Sep 2003 02:50:20 +0000 Subject: make ob_exit() take an error code. don't exit with 0 for signals other than TERM and INT. --- openbox/openbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index a4e87a3a..4e7bd818 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -31,7 +31,7 @@ ObState ob_state(); void ob_restart_other(const gchar *path); void ob_restart(); -void ob_exit(); +void ob_exit(gint code); void ob_reconfigure(); -- cgit v1.2.3