File: tcpwrap.h

package info (click to toggle)
vsftpd 2.3.5-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,824 kB
  • sloc: ansic: 15,648; sh: 192; makefile: 50
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
#ifndef VSF_TCPWRAP_H
#define VSF_TCPWRAP_H

int vsf_tcp_wrapper_ok(int remote_fd);

#endif /* VSF_TCPWRAP_H */