]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fork.h
locking: use 64 bit offset instead of 32 bit on 64 bit platforms
[netatalk.git] / etc / afpd / fork.h
index ae22b8f7f6b52c1b161808ac027b07948680af97..0ad46a9779ff519afcac78183db69c9c8e24e33a 100644 (file)
@@ -82,7 +82,7 @@ extern int of_fstatat(int dirfd, struct path *path);
 
 /* in fork.c */
 extern int          flushfork    (struct ofork *);
-extern int          getforkmode  (struct adouble *, int , int );
+extern int          getforkmode  (struct adouble *, int , off_t );
 
 /* FP functions */
 int afp_openfork (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf,  size_t *rbuflen);