/* * MUSCLE SmartCard Development ( http://www.linuxnet.com ) * * Copyright (C) 2001-2004 * David Corcoran * Damien Sauveron * * $Id: winscard_svc.h 2635 2007-10-09 15:01:07Z rousseau $ */ /** * @file * @brief This demarshalls functions over the message queue and * keeps track of clients and their handles. */ #ifndef __winscard_svc_h__ #define __winscard_svc_h__ #ifdef __cplusplus extern "C" { #endif LONG ContextsInitialize(void); LONG CreateContextThread(uint32_t *); #ifdef __cplusplus } #endif #endif