mirror of
https://github.com/InfrastructureServices/vsftpd.git
synced 2025-04-19 01:24:02 +03:00
10 lines
144 B
C
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 */
|
|
|