Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / vsftpd / sslslave.h
blob05e4410f9e9f72fd5c7214bff1892e2646ae2395
1 #ifndef VSF_SSLSLAVE_H
2 #define VSF_SSLSLAVE_H
4 struct vsf_session;
6 /* ssl_slave()
7 * PURPOSE
8 * An internal function that takes care of running the "SSL slave" process. It
9 * is needed because the initial SSL handshake state may belong to a different
10 * process that the process running the FTP protocol.
11 * PARAMETERS
12 * p_sess - the session object
14 void ssl_slave(struct vsf_session* p_sess);
16 #endif /* VSF_SSLSLAVE_H */