OpenCT  0.6.20
server.h
1 /*
2  * Server side functionality
3  *
4  * Copyright (C) 2003, Olaf Kirch <okir@suse.de>
5  */
6 
7 #ifndef OPENCT_SERVER_H
8 #define OPENCT_SERVER_H
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 #include <sys/poll.h>
15 
16 extern void ct_mainloop_add_socket(ct_socket_t *);
17 extern void ct_mainloop(void);
18 extern void ct_mainloop_leave(void);
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif /* OPENCT_SERVER_H */

libp11, Copyright (C) 2005 Olaf Kirch <okir@lst.de>OpenSC-Project.org Logo