1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/vsftpd-2.3.2/sslslave.h
2024-07-22 01:58:46 -03:00

18 lines
435 B
C

#ifndef VSF_SSLSLAVE_H
#define VSF_SSLSLAVE_H
struct vsf_session;
/* ssl_slave()
* PURPOSE
* An internal function that takes care of running the "SSL slave" process. It
* is needed because the initial SSL handshake state may belong to a different
* process that the process running the FTP protocol.
* PARAMETERS
* p_sess - the session object
*/
void ssl_slave(struct vsf_session* p_sess);
#endif /* VSF_SSLSLAVE_H */