]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/file.c
Fix several warnings, remove const
[netatalk.git] / etc / afpd / file.c
index 7f0e234a5defc6163fb10d3aaf06011619566072..c2a1413d4f8b2093d3aed5561bb2a93d4c0b1334 100644 (file)
@@ -1939,7 +1939,7 @@ delete:
 }
 
 /* ------------------------------ */
-static struct adouble *find_adouble(const AFPObj *obj, const struct vol *vol, struct path *path, struct ofork **of, struct adouble *adp)
+static struct adouble *find_adouble(const AFPObj *obj, struct vol *vol, struct path *path, struct ofork **of, struct adouble *adp)
 {
     int             ret;