Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / proxy / options.h
blob5479a241c98c53cd7adb12ddd84179c2b2b0eecd
2 #ifndef __OPTIONS_H__
3 #define __OPTIONS_H__ 1
5 int options_parse(AppContext * const app_context,
6 ProxyContext * const proxy_context, int argc, char *argv[]);
8 void options_free(ProxyContext * const proxy_context);
10 #endif