Make opendir() filename const in Win32-land & friends
[p5sagit/p5-mst-13.2.git] / NetWare / nw5.c
index 488111c..397d41a 100644 (file)
@@ -567,7 +567,7 @@ nw_rmdir(const char *dir)
 }
 
 DIR *
-nw_opendir(char *filename)
+nw_opendir(const char *filename)
 {
        char    *buff = NULL;
        int             len = 0;