utils.h

00001 /*
00002  * MUSCLE SmartCard Development ( http://www.linuxnet.com )
00003  *
00004  * Copyright (C) 2006-2007
00005  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
00006  *
00007  * $Id: pcscdaemon.c 2377 2007-02-05 13:13:56Z rousseau $
00008  */
00009 
00010 #ifndef __utils_h__
00011 #define __utils_h__
00012 
00013 #include "wintypes.h"
00014 
00015 #define PID_ASCII_SIZE 11
00016 pid_t GetDaemonPid(void);
00017 
00018 /* defined in winscard_clnt.c */
00019 LONG SCardCheckDaemonAvailability(void);
00020 
00021 #endif
00022 

Generated on Sat May 24 15:09:17 2008 for pcsc-lite by  doxygen 1.4.7