Converted README to markdown
[rox-filer.git] / ROX-Filer / src / session.h
blob7734996af19470a97b1ff3321fb4ceada41bb876
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 /* session.h - XSMP client support */
7 #ifndef _SESSION_H_
8 #define _SESSION_H_
10 #include <gtk/gtk.h>
11 #include <X11/SM/SMlib.h>
13 gboolean session_auto_respawn;
15 void session_init(const gchar *client_id);
17 #endif