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

17 lines
397 B
C

#ifndef VSF_LOGINPRIVPARENT_H
#define VSF_LOGINPRIVPARENT_H
struct vsf_session;
/* vsf_priv_parent_postlogin()
* PURPOSE
* Called in the two process security model to commence "listening" for
* requests from the unprivileged child.
* PARAMETERS
* p_sess - the current session object
*/
void vsf_priv_parent_postlogin(struct vsf_session* p_sess);
#endif /* VSF_LOGINPRIVPARENT_H */