pcsc-lite  1.8.2
dyn_generic.h
Go to the documentation of this file.
00001 /*
00002  * MUSCLE SmartCard Development ( http://www.linuxnet.com )
00003  *
00004  * Copyright (C) 1999
00005  *  David Corcoran <corcoran@linuxnet.com>
00006  * Copyright (C) 2002-2009
00007  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
00008  *
00009  * $Id: dyn_generic.h 5434 2010-12-08 14:13:21Z rousseau $
00010  */
00011 
00017 #ifndef __dyn_generic_h__
00018 #define __dyn_generic_h__
00019 
00020     int DYN_LoadLibrary(void **, char *);
00021     int DYN_CloseLibrary(void **);
00022     int DYN_GetAddress(void *, /*@out@*/ void **, const char *);
00023 
00024 #endif