diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-17 02:50:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-17 02:50:20 +0000 |
| commit | f85a85541790a6095eb583ddb8684eece8dcc0c6 (patch) | |
| tree | a0623f99955be30092477fde566235d0ef64b3bb /openbox/openbox.h | |
| parent | 275c44c386e937ed66cd2021b880a3d7d4de4933 (diff) | |
make ob_exit() take an error code. don't exit with 0 for signals other than TERM and INT.
Diffstat (limited to 'openbox/openbox.h')
| -rw-r--r-- | openbox/openbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
