check that reverse (sort (@a), @b) etc work.
[p5sagit/p5-mst-13.2.git] / os2 / dlfcn.h
index c2feee6..80e5aac 100644 (file)
@@ -1,4 +1,4 @@
-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);