1
0
mirror of https://github.com/InfrastructureServices/vsftpd.git synced 2025-04-19 01:24:02 +03:00
vsftpd/opts.h
2013-06-13 13:20:30 +02:00

10 lines
132 B
C

#ifndef VSF_OPTS_H
#define VSF_OPTS_H
struct vsf_session;
void handle_opts(struct vsf_session* p_sess);
#endif /* VSF_OPTS_H */