File: features.h

package info (click to toggle)
vsftpd 3.0.2-17
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,196 kB
  • sloc: ansic: 16,470; sh: 234; makefile: 53; python: 18
file content (9 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#ifndef VSF_FEATURES_H
#define VSF_FEATURES_H

struct vsf_session;

void handle_feat(struct vsf_session* p_sess);

#endif /* VSF_FEATURES_H */