]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/session.h
save and load the session save file, though its data is not used yet!
[mikachu/openbox.git] / openbox / session.h
1 #ifndef __ob__session_h
2 #define __ob__session_h
3
4 void session_load(char *path);
5 void session_startup(int argc, char **argv);
6 void session_shutdown();
7
8 #endif