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