]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/adouble.h
IPv6 support for afpd and cnid_metad
[netatalk.git] / include / atalk / adouble.h
index 685c548c5f8f5de0d1099da799a29db0a7be99f4..467f411808252972032c1a314cc32d05c8ee56cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: adouble.h,v 1.47 2009-10-21 13:28:17 didg Exp $
+ * $Id: adouble.h,v 1.48 2009-10-25 09:47:04 didg Exp $
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
@@ -543,8 +543,9 @@ extern u_int32_t ad_forcegetid (struct adouble *adp);
 #endif
 
 #ifdef WITH_SENDFILE
-extern ssize_t ad_readfile (const struct adouble *, const int,
-                                const int, off_t, const size_t);
+extern int ad_readfile_init(const struct adouble *ad, 
+                                      const int eid, off_t *off,
+                                      const int end);
 #endif
 
 #if 0