X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Ffile.h;h=077cd1203b214f98eebccb634fc8b83c82593dcc;hb=465246e257d9aff9855e3e35d8fd5983db932b45;hp=3c64e7ddca603fe46c8f73de206fe3ed69fba262;hpb=7e8176ccdb84296ac46cd211c8a1a6884d1d95f3;p=netatalk.git diff --git a/etc/afpd/file.h b/etc/afpd/file.h index 3c64e7dd..077cd120 100644 --- a/etc/afpd/file.h +++ b/etc/afpd/file.h @@ -31,8 +31,8 @@ #include #include #include +#include -#include "globals.h" #include "volume.h" #include "directory.h" @@ -127,8 +127,12 @@ extern void *get_finderinfo (const struct vol *, const char *, struct adouble *, extern size_t mtoUTF8 (const struct vol *, const char *, size_t , char *, size_t ); extern int copy_path_name (const struct vol *, char *, char *i); -extern uint32_t get_id (struct vol *, struct adouble *, const struct stat *, - const cnid_t , char *, const int ); +extern uint32_t get_id (struct vol *, + struct adouble *, + const struct stat *, + cnid_t , + const char *, + int ); /* FP functions */ int afp_exchangefiles (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen);