summaryrefslogtreecommitdiffstats
path: root/common/eurephia_getsym.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/eurephia_getsym.h')
-rw-r--r--common/eurephia_getsym.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/common/eurephia_getsym.h b/common/eurephia_getsym.h
index ed16dcc..b2c8f60 100644
--- a/common/eurephia_getsym.h
+++ b/common/eurephia_getsym.h
@@ -19,9 +19,18 @@
*
*/
+/**
+ * @file eurephia_getsym.h
+ * @author David Sommerseth <dazo@users.sourceforge.net>
+ * @date 2008-08-10
+ *
+ * @brief Helper functions for handling dynamic loaded objects (.so files)
+ *
+ */
+
#ifndef EUREPHIA_GETSYM_H_
#define EUREPHIA_GETSYM_H_
-void *eGetSym(eurephiaCTX *ctx, const void *dlh, const char *symnam) ;
+void *eGetSym(eurephiaCTX *ctx, void *dlh, const char *symnam);
#endif /* !EUREPHIA_GETSYM_H_ */