aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/resolver/resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/resolver/resolver.h')
-rw-r--r--src/libstrongswan/resolver/resolver.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/libstrongswan/resolver/resolver.h b/src/libstrongswan/resolver/resolver.h
index 5cc81bbaf..5be52b8b1 100644
--- a/src/libstrongswan/resolver/resolver.h
+++ b/src/libstrongswan/resolver/resolver.h
@@ -24,16 +24,9 @@
typedef struct resolver_t resolver_t;
/**
- * Constructor function which creates resolver instances.
- *
- * Creates a new DNS resolver with settings from the file resolv_conf and
- * keys from the file ta_file as DNSSEC trust anchor.
- *
- * @param resolv_conf path to the file resolv.conf
- * @param ta_file path to a file with the DNSSEC trust anchors
- * @return resolver instance
+ * Constructor function which creates DNS resolver instances.
*/
-typedef resolver_t* (*resolver_constructor_t)(char *resolv_conf, char *ta_file);
+typedef resolver_t* (*resolver_constructor_t)(void);
#include <resolver/resolver_response.h>
#include <resolver/rr_set.h>