"referenced entity .* not found" message fixed to be fatal
[tac_plus.git] / tcpwrap.h
1 #ifndef TCPWRAP_H
2 #define TCPWRAP_H 1
3
4 #include "tac_plus.h"
5
6 #ifdef TCPWRAPPER
7
8
9 struct identity;
10
11 extern int check_from_wrap TAC_ARGS((struct identity *datap));
12
13
14 #endif /* TCPWRAPPER */
15
16 #endif /* TCPWRAP_H */