]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/util.h
Remove const from path
[netatalk.git] / include / atalk / util.h
index e278872b3ed0668c582982c35dd7e950379b175e..08c373948a3f7a9a7e77e53fcf26fe0d1d4d1f47 100644 (file)
@@ -190,7 +190,7 @@ extern int ochdir(const char *dir, int options);
 extern int ostat(const char *path, struct stat *buf, int options);
 extern int ostatat(int dirfd, const char *path, struct stat *st, int options);
 extern int ochown(const char *path, uid_t owner, gid_t group, int options);
-extern int ochmod(const char *path, mode_t mode, const struct stat *st, int options);
+extern int ochmod(char *path, mode_t mode, const struct stat *st, int options);
 
 /******************************************************************
  * cnid.c