monitor_l.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: monitor_l.h 388 2007-05-02 19:24:12Z christian $
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 <chipcard3/client/mon/monitor.h>
00019 #include <chipcard3/client/client.h>
00020 #include <chipcard3/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 

Generated on Sat Sep 22 04:43:21 2007 for libchipcard2 by  doxygen 1.5.3