unbound: Implementation of query method of unbound_resolver_t

This commit is contained in:
Reto Guadagnini
2013-02-19 11:57:21 +01:00
committed by Tobias Brunner
parent 5a4126b490
commit cfd07978d0
2 changed files with 64 additions and 7 deletions
@@ -24,6 +24,6 @@
/**
* Create a resolver_t instance.
*/
resolver_t *unbound_resolver_create();
resolver_t *unbound_resolver_create(char *resolv_conf, char *ta_file);
#endif /** LIBunbound_RESOLVER_H_ @}*/