summaryrefslogtreecommitdiff
path: root/openbox/session.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-04 01:52:15 +0000
committerDana Jansens <danakj@orodu.net>2003-09-04 01:52:15 +0000
commit755ec08aa36cbd635a841fe8c374b9b751c20213 (patch)
treef1c3549915141df433bc289ebecf9a464305aa5b /openbox/session.h
parentbb44e8d047b662db15ef8d181cb925e1135d326d (diff)
move session code out of openbox.c all into session.c
remove --sm-save-file and --sm-client-id from argv so that they dont get reused when doing a restart.
Diffstat (limited to 'openbox/session.h')
-rw-r--r--openbox/session.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/session.h b/openbox/session.h
index 6a7d40c7..67570611 100644
--- a/openbox/session.h
+++ b/openbox/session.h
@@ -20,8 +20,7 @@ struct _ObSessionState {
extern GList *session_saved_state;
-void session_load(char *path);
-void session_startup(int argc, char **argv);
+void session_startup(int *argc, char ***argv);
void session_shutdown();
GList* session_state_find(struct _ObClient *c);