- changed interface of ike_sa

- states can access ike_sa fields now just with functions
This commit is contained in:
Jan Hutter
2005-11-25 13:42:02 +00:00
parent 40ced1dfc3
commit aad398a70c
10 changed files with 509 additions and 229 deletions
+1 -2
View File
@@ -46,10 +46,9 @@ struct initiator_init_t {
*
* @param this calling object
* @param name name of the configuration
* @param new_state new state if call succeeded
* @return TODO
*/
status_t (*initiate_connection) (initiator_init_t *this, char *name, state_t **new_state);
status_t (*initiate_connection) (initiator_init_t *this, char *name);
};
/**