pcsc-lite  1.8.8
dyn_generic.h
Go to the documentation of this file.
1 /*
2  * MUSCLE SmartCard Development ( http://www.linuxnet.com )
3  *
4  * Copyright (C) 1999
5  * David Corcoran <corcoran@linuxnet.com>
6  * Copyright (C) 2002-2009
7  * Ludovic Rousseau <ludovic.rousseau@free.fr>
8  *
9  * $Id: dyn_generic.h 5434 2010-12-08 14:13:21Z rousseau $
10  */
11 
17 #ifndef __dyn_generic_h__
18 #define __dyn_generic_h__
19 
20  int DYN_LoadLibrary(void **, char *);
21  int DYN_CloseLibrary(void **);
22  int DYN_GetAddress(void *, /*@out@*/ void **, const char *);
23 
24 #endif