1 /* $LynxId: LYSession.h,v 1.3 2008/02/10 23:47:39 Paul.B.Mahol Exp $ */
2 #ifndef LYSESSION_H
3 #define LYSESSION_H
4 
5 #include <HTUtils.h>
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10     extern void RestoreSession(void);
11     extern void SaveSession(void);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 #endif				/* LYSESSION_H */
17