repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vsftpd 2.0.7 - initial checkin.
[tomato.git]
/
release
/
src
/
router
/
vsftpd
/
opts.h
blob
744613e948b3891dd972c9bdc67c2d72e8eda220
1
#ifndef VSF_OPTS_H
2
#define VSF_OPTS_H
3
4
struct
vsf_session
;
5
6
void
handle_opts
(
struct
vsf_session
*
p_sess
);
7
8
#endif
/* VSF_OPTS_H */
9