summaryrefslogtreecommitdiff
path: root/vmsdir.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmsdir.h')
-rw-r--r--vmsdir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmsdir.h b/vmsdir.h
index a4bd6f1..51fe9ef 100644
--- a/vmsdir.h
+++ b/vmsdir.h
@@ -72,6 +72,6 @@ typedef struct DIR
DIR *opendir ();
struct direct *readdir (DIR *dfd);
int closedir (DIR *dfd);
-char *vmsify (char *name, int type);
+const char *vmsify (const char *name, int type);
#endif /* VMSDIR_H */