1
0
mirror of https://github.com/InfrastructureServices/vsftpd.git synced 2025-04-19 01:24:02 +03:00
vsftpd/tcpwrap.h
2013-06-13 13:20:25 +02:00

8 lines
113 B
C

#ifndef VSF_TCPWRAP_H
#define VSF_TCPWRAP_H
int vsf_tcp_wrapper_ok(int remote_fd);
#endif /* VSF_TCPWRAP_H */