r3768: Updated years.
[rox-filer.git] / ROX-Filer / src / session.h
blobfc7db5bfb2e9afc3661c8cfde87311413c8c9360
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 void session_init(const gchar *client_id);
15 #endif