switch.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: client_p.h 137 2005-11-03 13:07:50Z aquamaniac $
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 CHIPCARD_CLIENT_SWITCH_H
00015 #define CHIPCARD_CLIENT_SWITCH_H
00016 
00017 #include <gwenhywfar/inherit.h>
00018 #include <chipcard3/chipcard3.h>
00019 #include <chipcard3/client/client.h>
00020 
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024 
00032 CHIPCARD_API
00033 LC_CLIENT *LC_Client_new(const char *programName,
00034                          const char *programVersion);
00035 
00043 CHIPCARD_API
00044 LC_CLIENT *LC_Client_Factory(const char *resmgr,
00045                              const char *programName,
00046                              const char *programVersion);
00047 
00048 
00049 #ifdef __cplusplus
00050 }
00051 #endif
00052 
00053 
00054 #endif /* CHIPCARD_CLIENT_SWITCH_H */
00055 
00056 
00057 

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