dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / proxy / plugin_options.h
blobf4f6db7bfa4e7a4cad0bdf35c227f6b91f298a38
2 #ifndef __PLUGIN_OPTIONS_H__
3 #define __PLUGIN_OPTIONS_H__ 1
5 #include "plugin_support.h"
7 int plugin_options_parse_str(DCPluginSupportContext *dpcs_context,
8 char * const str);
10 #endif