diff options
author | David Michael <david.michael@coreos.com> | 2016-08-31 11:57:52 -0700 |
---|---|---|
committer | David Michael <david.michael@coreos.com> | 2016-08-31 13:18:59 -0700 |
commit | 082d0c5ced26ff7efda97de3e1ade5c85f595765 (patch) | |
tree | f5d9fc0831ac82f9c94896c96e640d13e08f550d /src/resolve/resolved-conf.h | |
parent | 83bf26ed022ad79e977cd5374e2922cab7b315bb (diff) |
resolved: remove unused prototype
Diffstat (limited to 'src/resolve/resolved-conf.h')
-rw-r--r-- | src/resolve/resolved-conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resolve/resolved-conf.h b/src/resolve/resolved-conf.h index e1fd2cceec..1d2492212c 100644 --- a/src/resolve/resolved-conf.h +++ b/src/resolve/resolved-conf.h @@ -33,4 +33,3 @@ const struct ConfigPerfItem* resolved_gperf_lookup(const char *key, unsigned len int config_parse_dns_servers(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_search_domains(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); -int config_parse_dnssec(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); |