diff options
Diffstat (limited to 'src/libstrongswan/plugins/unbound/unbound_resolver.h')
-rw-r--r-- | src/libstrongswan/plugins/unbound/unbound_resolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/unbound/unbound_resolver.h b/src/libstrongswan/plugins/unbound/unbound_resolver.h index 659906c74..17ac6010d 100644 --- a/src/libstrongswan/plugins/unbound/unbound_resolver.h +++ b/src/libstrongswan/plugins/unbound/unbound_resolver.h @@ -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_ @}*/ |