/* * MUSCLE SmartCard Development ( http://www.linuxnet.com ) * * Copyright (C) 2001-2004 * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2010 * Ludovic Rousseau * * $Id: winscard_svc.h 5434 2010-12-08 14:13:21Z 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__ LONG ContextsInitialize(int, int); void ContextsDeinitialize(void); LONG CreateContextThread(uint32_t *); LONG MSGSignalClient(uint32_t filedes, LONG rv); #endif