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

10 lines
144 B
C

#ifndef VSF_FEATURES_H
#define VSF_FEATURES_H
struct vsf_session;
void handle_feat(struct vsf_session* p_sess);
#endif /* VSF_FEATURES_H */