7 /* vsf_banner_dir_changed()
9 * This function, when called, will check if the current directory has just
10 * been entered for the first time in this session. If so, and message file
11 * support is on, a message file is looked for (default .message), and output
12 * to the FTP control connection with the FTP code prefix specified by
15 * p_sess - the current FTP session object
16 * ftpcode - the FTP code to show with the message
18 void vsf_banner_dir_changed(struct vsf_session
* p_sess
, int ftpcode
);
22 * This function, when called, will write the specified string as a multiline
23 * FTP banner, using the specified FTP response code.
25 * p_sess - the current FTP session object
26 * p_str - the string to write
27 * ftpcode - the FTP code to show with the message
29 void vsf_banner_write(struct vsf_session
* p_sess
, struct mystr
* p_str
,
32 #endif /* VSF_BANNER_H */