Release bumped to "gts4".
[tac_plus.git] / default_fn.h
1 #ifndef DEFAULT_FN_H
2 #define DEFAULT_FN_H 1
3
4 #include "tac_plus.h"
5
6
7 struct authen_data;
8
9 extern int default_fn TAC_ARGS((struct authen_data *data));
10 #ifdef MSCHAP
11 extern void mschap_lmchallengeresponse TAC_ARGS((const char *challenge, const char *password, unsigned char *response));
12 extern void mschap_ntchallengeresponse TAC_ARGS((const char *challenge, const char *password, unsigned char *response));
13 #endif
14
15
16 #endif /* DEFAULT_FN_H */