]> Dogcows Code - chaz/openbox/blob - openbox/session.h
save and load the session save file, though its data is not used yet!
[chaz/openbox] / 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
This page took 0.036705 seconds and 5 git commands to generate.