Release bumped to "gts4".
[tac_plus.git] / maxsess.h
1 #ifndef MAXSESS_H
2 #define MAXSESS_H 1
3
4 #include "tac_plus.h"
5
6 #ifdef MAXSESS
7
8 #include "do_author.h"
9
10
11 /* This is a shared file used to maintain a record of who's on
12  */
13 extern char *wholog;
14
15
16 struct acct_rec;
17
18 extern void maxsess_loginit TAC_ARGS((void));
19 extern void loguser TAC_ARGS((struct acct_rec *rec));
20 extern int maxsess_check_count TAC_ARGS((char *user, struct author_data *data));
21
22
23 #endif /* MAXSESS */
24
25 #endif /* MAXSESS_H */