00001 /* 00002 * MUSCLE SmartCard Development ( http://www.linuxnet.com ) 00003 * 00004 * Copyright (C) 2001-2004 00005 * David Corcoran <corcoran@linuxnet.com> 00006 * Damien Sauveron <damien.sauveron@labri.fr> 00007 * 00008 * $Id: winscard_svc.h 2635 2007-10-09 15:01:07Z rousseau $ 00009 */ 00010 00017 #ifndef __winscard_svc_h__ 00018 #define __winscard_svc_h__ 00019 00020 #ifdef __cplusplus 00021 extern "C" 00022 { 00023 #endif 00024 LONG ContextsInitialize(void); 00025 LONG CreateContextThread(uint32_t *); 00026 #ifdef __cplusplus 00027 } 00028 #endif 00029 00030 #endif