From: David Michael Date: Wed, 31 Aug 2016 18:57:52 +0000 (-0700) Subject: resolved: remove unused prototype X-Git-Tag: v232~137^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=082d0c5ced26ff7efda97de3e1ade5c85f595765;p=thirdparty%2Fsystemd.git resolved: remove unused prototype --- diff --git a/src/resolve/resolved-conf.h b/src/resolve/resolved-conf.h index e1fd2cceecb..1d2492212c8 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);