Release bumped to "gts4".
[tac_plus.git] / acct.h
1 #ifndef ACCT_H
2 #define ACCT_H 1
3
4 #include "tac_plus.h"
5
6 #include <sys/types.h>          /* for u_* */
7
8
9 extern void accounting TAC_ARGS((u_char *pak));
10
11
12 #endif /* ACCT_H */