corrected some lines too long...
[midnight-commander.git] / gnome / gsession.h
blobec03c75134ecf60746d263727bf13d9f8e927311
1 /* Session management for the Midnight Commander
3 * Copyright (C) 1999 the Free Software Foundation
5 * Authors: Federico Mena <federico@nuclecu.unam.mx>
6 * Miguel de Icaza <miguel@nuclecu.unam.mx>
7 */
9 #ifndef GSESSION_H
10 #define GSESSION_H
13 extern int session_have_sm;
15 void session_init (void);
16 void session_load (void);
17 void session_set_restart (int restart);
20 #endif