00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id$ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 #ifndef LC_MON_MONITOR_L_H 00015 #define LC_MON_MONITOR_L_H 00016 00017 00018 #include <chipcard/client/mon/monitor.h> 00019 #include <chipcard/client/client.h> 00020 #include <chipcard/client/notifications.h> 00021 00022 00023 LCM_MONITOR *LCM_Monitor_new(); 00024 void LCM_Monitor_free(LCM_MONITOR *mm); 00025 00026 int LCM_Monitor_HandleNotification(LCM_MONITOR *mm, 00027 const LC_NOTIFICATION *n); 00028 00029 00030 00031 #endif 00032