Loading...
Searching...
No Matches
24#ifndef GNC_MODULE_API_H
25#define GNC_MODULE_API_H
27#define GNC_MODULE_API_DECL(gmf) \
28 char * gmf##_gnc_module_path (void); \
29 char * gmf##_gnc_module_description (void); \
30 int gmf##_gnc_module_init (int refcount); \
31 int gmf##_gnc_module_end (int refcount);