]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/directory.h
Adjust dircache for renamed files and minor fixes
[netatalk.git] / etc / afpd / directory.h
index 0fe65e7000af0f02fe5a7e3e7049e013d4c96e16..c9e193d96b23034a7180faa3627c7a56173116fd 100644 (file)
@@ -111,7 +111,7 @@ typedef int (*dir_loop)(struct dirent *, char *, void *);
 extern struct dir *dir_new(const char *mname, const char *uname, const struct vol *,
                            cnid_t pdid, cnid_t did, bstring fullpath); /* volume.c needs it once */
 extern void        dir_free (struct dir *);
-extern struct dir  *dir_add(const struct vol *, const struct dir *, struct path *, int);
+extern struct dir  *dir_add(struct vol *, const struct dir *, struct path *, int);
 extern int         dir_modify(const struct vol *vol, struct dir *dir, cnid_t pdid, cnid_t did,
                               const char *new_mname, const char *new_uname, bstring pdir_fullpath);
 extern int         dir_remove(const struct vol *vol, struct dir *dir);