Go to the documentation of this file.
30 #ifndef GWENHYWFAR_LIBLOADER_H
31 #define GWENHYWFAR_LIBLOADER_H "$Id"
33 #define GWEN_LIBLOADER_ERROR_TYPE "LIBLOADER"
34 #define GWEN_LIBLOADER_ERROR_COULD_NOT_LOAD 1
35 #define GWEN_LIBLOADER_ERROR_NOT_OPEN 2
36 #define GWEN_LIBLOADER_ERROR_COULD_NOT_CLOSE 3
37 #define GWEN_LIBLOADER_ERROR_COULD_NOT_RESOLVE 4
38 #define GWEN_LIBLOADER_ERROR_NOT_FOUND 5
85 const char *name,
void **p);