1 #ifndef VSF_POSTLOGIN_H
2 #define VSF_POSTLOGIN_H
6 /* process_post_login()
8 * Called to begin FTP protocol parsing for a logged in session.
10 * p_sess - the current session object
12 void process_post_login(struct vsf_session
* p_sess
);
14 #endif /* VSF_POSTLOGIN_H */