8 * Called as an entry point to FTP protocol processing, when a client connects.
9 * This function will emit the FTP greeting, then start talking FTP protocol
12 * p_sess - the current session object
14 void init_connection(struct vsf_session
* p_sess
);
16 #endif /* VSF_PRELOGIN_H */