aboutsummaryrefslogtreecommitdiff
path: root/src/include/session.H1
blob: 4eadaabfeeb600f26197a16c0bfdf378752237d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extern int main(void);
#ifdef _SESSION_C
static void usr1_handler(int sig);
static void usr2_handler(int sig);
static void term_handler(int sig);
static void close_client(int frame);
static void read_SpadServer_command(void);
static int test_sock_for_process(Sock * sock);
static void read_menu_client_command(void);
static void read_from_spad_io(void);
static void kill_spad(void);
static int accept_session_connection(Sock * server_sock);
static void read_from_session(Sock * sock);
static void manage_sessions(void);
#endif