Release bumped to "gts4".
[tac_plus.git] / sendauth.h
1 #ifndef SENDAUTH_H
2 #define SENDAUTH_H 1
3
4 #include "tac_plus.h"
5
6
7 struct authen_data;
8
9 extern int sendauth_fn TAC_ARGS((struct authen_data *data));
10
11
12 #endif /* SENDAUTH_H */