repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
vsftpd
/
features.h
blob
dc29a5b0439ac8497f1bc2c8036e7eccb196fffd
1
#ifndef VSF_FEATURES_H
2
#define VSF_FEATURES_H
3
4
struct
vsf_session
;
5
6
void
handle_feat
(
struct
vsf_session
*
p_sess
);
7
8
#endif
/* VSF_FEATURES_H */
9