mirror of https://github.com/dnomd343/ClearDNS
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
341 B
13 lines
341 B
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
#define VERSION "1.3.0-dev"
|
|
|
|
//extern char **adguard_command;
|
|
//extern char **overture_command;
|
|
//extern char **domestic_dnsproxy_command;
|
|
//extern char **foreign_dnsproxy_command;
|
|
//
|
|
//void load_start_command(char *adguard_workdir, char *overture_config, char *upstream_config, int is_debug);
|
|
|
|
#endif
|
|
|