r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / src / session.h
blobfc46d499febdc185a5c2985ffcf0c31b485f1301
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 /* session.h - XSMP client support */
9 #ifndef _SESSION_H_
10 #define _SESSION_H_
12 #include <gtk/gtk.h>
13 #include <X11/SM/SMlib.h>
15 void session_init(const gchar *client_id);
17 #endif