aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/attributes/attribute_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/config/attributes/attribute_provider.h')
-rw-r--r--src/charon/config/attributes/attribute_provider.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/charon/config/attributes/attribute_provider.h b/src/charon/config/attributes/attribute_provider.h
index 5d563e86b..cbd0075ad 100644
--- a/src/charon/config/attributes/attribute_provider.h
+++ b/src/charon/config/attributes/attribute_provider.h
@@ -25,7 +25,6 @@
#include <library.h>
#include <utils/host.h>
-#include <credentials/auth_info.h>
typedef struct attribute_provider_t attribute_provider_t;
@@ -39,13 +38,12 @@ struct attribute_provider_t {
*
* @param pool name of the pool to acquire address from
* @param id peer ID
- * @param auth authorization infos
* @param requested IP in configuration request
* @return allocated address, NULL to serve none
*/
host_t* (*acquire_address)(attribute_provider_t *this,
char *pool, identification_t *id,
- auth_info_t *auth, host_t *requested);
+ host_t *requested);
/**
* Release a previously acquired address.
*