Initial "gts1" commit.
[tac_plus.git] / author.h
diff --git a/author.h b/author.h
new file mode 100644 (file)
index 0000000..0e3a2ce
--- /dev/null
+++ b/author.h
@@ -0,0 +1,12 @@
+#ifndef AUTHOR_H
+#define AUTHOR_H 1
+
+#include "tac_plus.h"
+
+#include <sys/types.h>         /* for u_* */
+
+
+extern void author TAC_ARGS((u_char *pak));
+
+
+#endif /* AUTHOR_H */