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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/eurephia_getsym.h b/common/eurephia_getsym.h
index 8ca4bc3..73c8aa0 100644
--- a/common/eurephia_getsym.h
+++ b/common/eurephia_getsym.h
@@ -31,6 +31,7 @@
#ifndef EUREPHIA_GETSYM_H_
#define EUREPHIA_GETSYM_H_
+void *eGetSym_optional(eurephiaCTX *ctx, void *dlh, const char *symnam);
void *eGetSym(eurephiaCTX *ctx, void *dlh, const char *symnam);
#endif /* !EUREPHIA_GETSYM_H_ */