X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Ffile.h;h=654ce83061a4612f08e35e999fafd3271e5141fd;hb=b0bcb8f6b0571592a50ce039882c9319e012a270;hp=58a574c6c1aa44180868b1fa4464602c4d04b43e;hpb=dfd4a2594c2123549b2fd1e6d5dc43d15aafc850;p=netatalk.git diff --git a/etc/afpd/file.h b/etc/afpd/file.h index 58a574c6..654ce830 100644 --- a/etc/afpd/file.h +++ b/etc/afpd/file.h @@ -1,6 +1,4 @@ /* - * $Id: file.h,v 1.26 2010/03/12 15:16:49 franklahm Exp $ - * * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * @@ -28,11 +26,10 @@ /*#include */ /* including it here causes some confusion */ #include -#include -#include +#include #include +#include -#include "globals.h" #include "volume.h" #include "directory.h" @@ -127,8 +124,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 u_int32_t get_id (const 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);