#ifndef TCPWRAP_H #define TCPWRAP_H 1 #include "tac_plus.h" #ifdef TCPWRAPPER struct identity; extern int check_from_wrap TAC_ARGS((struct identity *datap)); #endif /* TCPWRAPPER */ #endif /* TCPWRAP_H */