dnscrypto-proxy: Support files updated.
[tomato.git] / release / src / router / vsftpd / ftppolicy.h
blob4ecce6d0555a018abffcadcaca8ecd36d57e7c7b
1 #ifndef VSF_FTPPOLICY_H
2 #define VSF_FTPPOLICY_H
4 /* Forward delcarations */
5 struct pt_sandbox;
6 struct vsf_session;
8 /* policy_setup()
9 * PURPOSE
10 * Sets up a sandbox policy according to the currently enabled options.
11 * PARAMETERS
12 * p_sandbox - the sandbox to set the policy on
13 * p_sess - current vsftpd session object
15 void policy_setup(struct pt_sandbox* p_sandbox,
16 const struct vsf_session* p_sess);
18 #endif /* VSF_FTPPOLICY_H */