]> arthur.barton.de Git - netatalk.git/blobdiff - bin/megatron/asingle.h
megatron, fix errors introduced in Sun Feb 6 10:16:00 2005 commit, 'replace a wrong...
[netatalk.git] / bin / megatron / asingle.h
index 557ba9d0a782dc02f485f87b55c2984189960464..c041ccaa99c9875844bdda6e98387563f4c0b9a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: asingle.h,v 1.3 2005-04-28 20:49:19 bfernhomberg Exp $
+ * $Id: asingle.h,v 1.4 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifndef _ASINGLE_H
@@ -12,6 +12,6 @@ int single_open(char *singlefile, int flags, struct FHeader *fh, int options);
 int single_close(int readflag);
 int single_header_read(struct FHeader *fh, int version);
 int single_header_test(void);
-int single_read(int fork, char *buffer, u_int32_t length);
+ssize_t single_read(int fork, char *buffer, size_t length);
 
 #endif /* _ASINGLE_H */