libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / vsftpd / prelogin.h
blob73c942ef096cba67008baa54129c1552591208ac
1 #ifndef VSF_PRELOGIN_H
2 #define VSF_PRELOGIN_H
4 struct vsf_session;
6 /* init_connection()
7 * PURPOSE
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
10 * to the client.
11 * PARAMETERS
12 * p_sess - the current session object
14 void init_connection(struct vsf_session* p_sess);
16 #endif /* VSF_PRELOGIN_H */