declare functions that are needed when built without session support

This commit is contained in:
Dana Jansens 2003-07-31 08:08:56 +00:00
parent d9cc4f6522
commit e75ad73c0f

View 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