]> Dogcows Code - chaz/openbox/commitdiff
declare functions that are needed when built without session support
authorDana Jansens <danakj@orodu.net>
Thu, 31 Jul 2003 08:08:56 +0000 (08:08 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 31 Jul 2003 08:08:56 +0000 (08:08 +0000)
openbox/session.c

index 6e4c07d213bb5727cd11132bd2d820613e352cf1..e259cf3048af2e6b8b555e37afacc6bd45ce2347 100644 (file)
@@ -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
 
This page took 0.026104 seconds and 4 git commands to generate.