File: features.h

package info (click to toggle)
vsftpd 2.3.5-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,824 kB
  • sloc: ansic: 15,648; sh: 192; makefile: 50
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 */