winscard_svc.h

Go to the documentation of this file.
00001 /*
00002  * MUSCLE SmartCard Development ( http://www.linuxnet.com )
00003  *
00004  * Copyright (C) 2001-2004
00005  *  David Corcoran <corcoran@linuxnet.com>
00006  * Copyright (C) 2003-2004
00007  *  Damien Sauveron <damien.sauveron@labri.fr>
00008  * Copyright (C) 2002-2009
00009  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
00010  *
00011  * $Id: winscard_svc.h 4722 2010-02-09 09:09:13Z rousseau $
00012  */
00013 
00020 #ifndef __winscard_svc_h__
00021 #define __winscard_svc_h__
00022 
00023 #ifdef __cplusplus
00024 extern "C"
00025 {
00026 #endif
00027     LONG ContextsInitialize(int, int);
00028     void ContextsDeinitialize(void);
00029     LONG CreateContextThread(uint32_t *);
00030     LONG MSGSignalClient(uint32_t filedes, LONG rv);
00031 #ifdef __cplusplus
00032 }
00033 #endif
00034 
00035 #endif