summaryrefslogtreecommitdiff
path: root/dln.h
diff options
context:
space:
mode:
authorMatt Valentine-House <[email protected]>2024-04-02 13:52:50 +0100
committerMatt Valentine-House <[email protected]>2024-04-15 19:50:47 +0100
commit065710c0f5c1e81f0fa7ab6ddd3ccbc41e9cc2cc (patch)
treeb3cf24415dad95defcb3dcaa9088b36946dfd3c4 /dln.h
parenta2ea4ec30c409ebe8ae7952f092e0bd8c1912a17 (diff)
Initialize external GC Library
Co-Authored-By: Peter Zhu <[email protected]>
Diffstat (limited to 'dln.h')
-rw-r--r--dln.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dln.h b/dln.h
index d624bb6611..13eef58d9f 100644
--- a/dln.h
+++ b/dln.h
@@ -25,6 +25,7 @@ RUBY_SYMBOL_EXPORT_BEGIN
char *dln_find_exe_r(const char*,const char*,char*,size_t DLN_FIND_EXTRA_ARG_DECL);
char *dln_find_file_r(const char*,const char*,char*,size_t DLN_FIND_EXTRA_ARG_DECL);
void *dln_load(const char*);
+void *dln_open(const char *file);
void *dln_symbol(void*,const char*);
RUBY_SYMBOL_EXPORT_END