X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=bin%2Fmegatron%2Fnad.h;fp=bin%2Fmegatron%2Fnad.h;h=632d7f2f0820da909f3dcf7ca8f45eec1ed5b2f2;hp=0000000000000000000000000000000000000000;hb=b662c819035a8f446c8da033f1bddd6d9bb71b3f;hpb=81ff025d521d6dda75d4cb03b625726f2835e472 diff --git a/bin/megatron/nad.h b/bin/megatron/nad.h new file mode 100644 index 00000000..632d7f2f --- /dev/null +++ b/bin/megatron/nad.h @@ -0,0 +1,9 @@ +/* Forward Declarations */ +struct FHeader; + +int nad_open(char *path, int openflags, struct FHeader *fh, int options); +int nad_header_read(struct FHeader *fh); +int nad_header_write(struct FHeader *fh); +int nad_read(int fork, char *forkbuf, int bufc); +int nad_write(int fork, char *forkbuf, int bufc); +int nad_close(int status);