summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-31 08:08:56 +0000
committerDana Jansens <danakj@orodu.net>2003-07-31 08:08:56 +0000
commite75ad73c0f8cf1a327a57284bcb4c2cc261d279f (patch)
tree1607ff847eee5903479df496bd2e3fc2306099b8
parentd9cc4f65221ff3a77218ea7527f82d17810c8a2e (diff)
declare functions that are needed when built without session support
-rw-r--r--openbox/session.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/session.c b/openbox/session.c
index 6e4c07d2..e259cf30 100644
--- a/openbox/session.c
+++ b/openbox/session.c
@@ -5,6 +5,8 @@
void session_load(char *path) {}
void session_startup(int argc, char **argv) {}
void session_shutdown() {}
+ObSessionState* session_state_find(struct _ObClient *c) { return NULL; }
+void session_state_free(ObSessionState *state) {}
#else