postprivparent.h
上传用户:ig0539
上传日期:2022-05-21
资源大小:181k
文件大小:0k
源码类别:

Ftp客户端

开发平台:

C/C++

  1. #ifndef VSF_LOGINPRIVPARENT_H
  2. #define VSF_LOGINPRIVPARENT_H
  3. struct vsf_session;
  4. /* vsf_priv_parent_postlogin()
  5.  * PURPOSE
  6.  * Called in the two process security model to commence "listening" for
  7.  * requests from the unprivileged child.
  8.  * PARAMETERS
  9.  * p_sess       - the current session object
  10.  */
  11. void vsf_priv_parent_postlogin(struct vsf_session* p_sess);
  12. #endif /* VSF_LOGINPRIVPARENT_H */