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 <sys/types.h> 00014 #include "wintypes.h" 00015 00016 #define PID_ASCII_SIZE 11 00017 pid_t GetDaemonPid(void); 00018 int SendHotplugSignal(void); 00019 00020 /* defined in winscard_clnt.c */ 00021 LONG SCardCheckDaemonAvailability(void); 00022 00023 #endif 00024