You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef VSF_OPTS_H
|
|
#define VSF_OPTS_H
|
|
|
|
struct vsf_session;
|
|
|
|
void handle_opts(struct vsf_session* p_sess);
|
|
|
|
#endif /* VSF_OPTS_H */
|
|
|