server.h

00001 /*
00002  * Server side functionality
00003  *
00004  * Copyright (C) 2003, Olaf Kirch <okir@suse.de>
00005  */
00006 
00007 #ifndef OPENCT_SERVER_H
00008 #define OPENCT_SERVER_H
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013 
00014 #include <sys/poll.h>
00015 
00016 extern void     ct_mainloop_add_socket(ct_socket_t *);
00017 extern void     ct_mainloop(void);
00018 extern void     ct_mainloop_leave(void);
00019 
00020 #ifdef __cplusplus
00021 }
00022 #endif
00023 
00024 #endif /* OPENCT_SERVER_H */

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