diff options
| -rw-r--r-- | openbox/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/session.h b/openbox/session.h index c3146337..680f45f0 100644 --- a/openbox/session.h +++ b/openbox/session.h @@ -38,7 +38,7 @@ struct _ObSessionState { extern GList *session_saved_state; -void session_startup(gint argc, gchar **argv); +void session_startup(gint *argc, gchar ***argv); void session_shutdown(); GList* session_state_find(struct _ObClient *c); |
