repo.or.cz
/
rox-filer
/
ma.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r4370: Added Vietnamese translation (Xomhau Newnick).
[rox-filer/ma.git]
/
ROX-Filer
/
src
/
session.h
blob
fc7db5bfb2e9afc3661c8cfde87311413c8c9360
1
/*
2
* ROX-Filer, filer for the ROX desktop project
3
* By Thomas Leonard, <tal197@users.sourceforge.net>.
4
*/
5
6
/* session.h - XSMP client support */
7
#ifndef _SESSION_H_
8
#define _SESSION_H_
9
10
#include <gtk/gtk.h>
11
#include <X11/SM/SMlib.h>
12
13
void
session_init
(
const
gchar
*
client_id
);
14
15
#endif