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