libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / vsftpd / postlogin.h
blob35138de788c9eabe66ad255c2ad63729f0a7122e
1 #ifndef VSF_POSTLOGIN_H
2 #define VSF_POSTLOGIN_H
4 struct vsf_session;
6 /* process_post_login()
7 * PURPOSE
8 * Called to begin FTP protocol parsing for a logged in session.
9 * PARAMETERS
10 * p_sess - the current session object
12 void process_post_login(struct vsf_session* p_sess);
14 #endif /* VSF_POSTLOGIN_H */