Prototypes for OS/2-specific emulation of dlopen routines
Perl 5 Porters [Tue, 18 Jun 1996 07:42:27 +0000 (07:42 +0000)]
os2/dlfcn.h [new file with mode: 0644]

diff --git a/os2/dlfcn.h b/os2/dlfcn.h
new file mode 100644 (file)
index 0000000..df2ea33
--- /dev/null
@@ -0,0 +1,6 @@
+void *dlopen(char *path, int mode);
+void *dlsym(void *handle, char *symbol);
+char *dlerror(void);
+void *dlopen(char *path, int mode);
+void *dlsym(void *handle, char *symbol);
+char *dlerror(void);