#ifndef DEFAULT_FN_H #define DEFAULT_FN_H 1 #include "tac_plus.h" struct authen_data; extern int default_fn TAC_ARGS((struct authen_data *data)); #ifdef MSCHAP extern void mschap_lmchallengeresponse TAC_ARGS((const char *challenge, const char *password, unsigned char *response)); extern void mschap_ntchallengeresponse TAC_ARGS((const char *challenge, const char *password, unsigned char *response)); #endif #endif /* DEFAULT_FN_H */