diff options
author | Martin Willi <martin@strongswan.org> | 2006-03-20 15:43:26 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-03-20 15:43:26 +0000 |
commit | 87a217f9f1640ed08dbe06564f6fbcd3cdfdeefb (patch) | |
tree | 928291a14cedbcb875d205b5a38527a37f515561 /Source/charon/config/proposal.h | |
parent | e8d25806f3281b71d2512e926c08f50f72d5d505 (diff) | |
download | strongswan-87a217f9f1640ed08dbe06564f6fbcd3cdfdeefb.tar.bz2 strongswan-87a217f9f1640ed08dbe06564f6fbcd3cdfdeefb.tar.xz |
- works quite well now with ipsec.conf & ipsec starter
Diffstat (limited to 'Source/charon/config/proposal.h')
-rw-r--r-- | Source/charon/config/proposal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/charon/config/proposal.h b/Source/charon/config/proposal.h index 48ed4ea79..e2a4856e9 100644 --- a/Source/charon/config/proposal.h +++ b/Source/charon/config/proposal.h @@ -237,6 +237,14 @@ struct proposal_t { void (*set_spi) (proposal_t *this, protocol_id_t proto, u_int64_t spi); /** + * @brief Clone a proposal. + * + * @param this proposal to clone + * @return clone of it + */ + proposal_t *(*clone) (proposal_t *this); + + /** * @brief Destroys the proposal object. * * @param this calling object |