]> arthur.barton.de Git - netatalk.git/blob - 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
1 /*
2  * $Id: asingle.h,v 1.4 2010-01-27 21:27:53 didg Exp $
3  */
4
5 #ifndef _ASINGLE_H
6 #define _ASINGLE_H 1
7
8 /* Forward Declarations */
9 struct FHeader;
10
11 int single_open(char *singlefile, int flags, struct FHeader *fh, int options);
12 int single_close(int readflag);
13 int single_header_read(struct FHeader *fh, int version);
14 int single_header_test(void);
15 ssize_t single_read(int fork, char *buffer, size_t length);
16
17 #endif /* _ASINGLE_H */