]> arthur.barton.de Git - netatalk.git/blobdiff - bin/megatron/macbin.h
massive commenting/autoconf changes
[netatalk.git] / bin / megatron / macbin.h
index 35031c4b0c03689aafd8ce4cdfe3bc9321e1b01e..d84f74111d004a071dc9943549382b2e2610e1ed 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * $Id: macbin.h,v 1.2 2001-06-29 14:14:46 rufustfirefly Exp $
+ */
+
+#ifndef _MACBIN_H
+#define _MACBIN_H 1
+
 /* Forward Declarations */
 struct FHeader;
 
@@ -9,3 +16,5 @@ int bin_header_read(struct FHeader *fh, int revision);
 int bin_header_write(struct FHeader *fh);
 int test_header(void);
 u_short updcrc();
+
+#endif /* _MACBIN_H */