X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=etc%2Fafpd%2Ffile.h;h=1d0ff45ea16b4f3aeaf234b10d5f0c667179e1b6;hb=ff117107526219d5ce89d5ff683eddd414e40293;hp=ec811596b9a0d3c813028c822410c5fdfdf4a45c;hpb=1a59f639265e6fc11385a40dcef2a70a53b54954;p=netatalk.git diff --git a/etc/afpd/file.h b/etc/afpd/file.h index ec811596..1d0ff45e 100644 --- a/etc/afpd/file.h +++ b/etc/afpd/file.h @@ -105,8 +105,8 @@ extern struct extmap *getdefextmap (void); extern int getfilparams (const AFPObj *obj, struct vol *, uint16_t, struct path *, struct dir *, char *buf, size_t *, int); extern int setfilparams (const AFPObj *obj, struct vol *, struct path *, uint16_t, char *); -extern int renamefile (const struct vol *, int, char *, char *, char *, struct adouble *); -extern int copyfile (const struct vol *, const struct vol *, int, char *, char *, char *, struct adouble *); +extern int renamefile (struct vol *, struct dir *, int, char *, char *, char *, struct adouble *); +extern int copyfile (struct vol *, struct vol *, struct dir *, int, char *, char *, char *, struct adouble *); extern int deletefile (const struct vol *, int, char *, int); extern int getmetadata (const AFPObj *obj, struct vol *vol, uint16_t bitmap, struct path *path,