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>
13 extern int session_have_sm
;
15 void session_init (void);
16 void session_load (void);
17 void session_set_restart (int restart
);