"referenced entity .* not found" message fixed to be fatal
[tac_plus.git] / default_v0_fn.h
1 #ifndef DEFAULT_V0_FN_H
2 #define DEFAULT_V0_FN_H 1
3
4 #include "tac_plus.h"
5
6
7 struct authen_data;
8
9 extern int default_v0_fn TAC_ARGS((struct authen_data *data));
10
11
12 #endif /* DEFAULT_V0_FN_H */