aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/proposal_substructure.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-24 14:22:29 +0000
committerMartin Willi <martin@strongswan.org>2005-11-24 14:22:29 +0000
commitbdb141cb4b7bffcdd6358b0fd4606d146816261a (patch)
treef199e7afa93f1c146af5aa59a59b285609e68d39 /Source/charon/encoding/payloads/proposal_substructure.h
parent49a72ce3943adcf87a080a734adcdecb8efca5ed (diff)
downloadstrongswan-bdb141cb4b7bffcdd6358b0fd4606d146816261a.tar.bz2
strongswan-bdb141cb4b7bffcdd6358b0fd4606d146816261a.tar.xz
- moved linked_list_iterator_t to iterator_t, located in iterator.h
Diffstat (limited to 'Source/charon/encoding/payloads/proposal_substructure.h')
-rw-r--r--Source/charon/encoding/payloads/proposal_substructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/encoding/payloads/proposal_substructure.h b/Source/charon/encoding/payloads/proposal_substructure.h
index 134c4776e..d6f90e403 100644
--- a/Source/charon/encoding/payloads/proposal_substructure.h
+++ b/Source/charon/encoding/payloads/proposal_substructure.h
@@ -77,7 +77,7 @@ struct proposal_substructure_t {
* - SUCCESS or
* - OUT_OF_RES if iterator could not be created
*/
- status_t (*create_transform_substructure_iterator) (proposal_substructure_t *this,linked_list_iterator_t **iterator, bool forward);
+ status_t (*create_transform_substructure_iterator) (proposal_substructure_t *this,iterator_t **iterator, bool forward);
/**
* @brief Adds a transform_substructure_t object to this object.