1 #ifndef VSF_TCPWRAP_H
2 #define VSF_TCPWRAP_H
3 
4 int vsf_tcp_wrapper_ok(int remote_fd);
5 
6 #endif /* VSF_TCPWRAP_H */
7 
8