Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / vsftpd / postprivparent.h
blobec029d1c5ba4c9be04690c7f6ab0925d5c61cab2
1 #ifndef VSF_LOGINPRIVPARENT_H
2 #define VSF_LOGINPRIVPARENT_H
4 struct vsf_session;
6 /* vsf_priv_parent_postlogin()
7 * PURPOSE
8 * Called in the two process security model to commence "listening" for
9 * requests from the unprivileged child.
10 * PARAMETERS
11 * p_sess - the current session object
13 void vsf_priv_parent_postlogin(struct vsf_session* p_sess);
15 #endif /* VSF_LOGINPRIVPARENT_H */