This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a new function newSVpvn_flags(), which takes a third parameter of
[perl5.git] / os2 / dlfcn.h
index df2ea33..80e5aac 100644 (file)
@@ -1,6 +1,4 @@
-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);
+void *dlopen(const char *path, int mode);
+void *dlsym(void *handle, const char *symbol);
 char *dlerror(void);
+int dlclose(void *handle);