File: tcpwrap.h

package info (click to toggle)
vsftpd 3.0.3-12
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 2,548 kB
  • sloc: ansic: 16,632; sh: 267; makefile: 51; python: 18
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (10)
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 */