]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.h
make ob_exit() take an error code. don't exit with 0 for signals other than TERM...
[chaz/openbox] / openbox / openbox.h
index a4e87a3a3d76eb88f8e491ba59a569128c9fc3bb..4e7bd818a5f626bf180fe25bd39a37006aae52b8 100644 (file)
@@ -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();
 
This page took 0.021693 seconds and 4 git commands to generate.