dnscrypt-proxy 1.6.0
[tomato.git] / release / src / router / dnscrypt / src / proxy / options.h
blob26f8b11d107c6f16c7727de4abeb4d94c42d4545
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 #define OPTIONS_RESOLVERS_LIST_MAX_COLS 50
11 #define OPTIONS_CLIENT_KEY_HEADER "\01\01"
13 #endif