ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addr

This commit is contained in:
Martin Willi
2013-09-04 10:38:37 +02:00
parent 62282ec0ed
commit beffdc6ab8
7 changed files with 18 additions and 33 deletions
+2 -4
View File
@@ -112,18 +112,16 @@ struct ike_cfg_t {
/**
* Get own address.
*
* @param allow_any allow any address to match
* @return string of address/DNS name
*/
char* (*get_my_addr) (ike_cfg_t *this, bool *allow_any);
char* (*get_my_addr) (ike_cfg_t *this);
/**
* Get peer's address.
*
* @param allow_any allow any address to match
* @return string of address/DNS name
*/
char* (*get_other_addr) (ike_cfg_t *this, bool *allow_any);
char* (*get_other_addr) (ike_cfg_t *this);
/**
* Get the port to use as our source port.