diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-24 14:22:29 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-24 14:22:29 +0000 |
commit | bdb141cb4b7bffcdd6358b0fd4606d146816261a (patch) | |
tree | f199e7afa93f1c146af5aa59a59b285609e68d39 /Source/charon/encoding/message.h | |
parent | 49a72ce3943adcf87a080a734adcdecb8efca5ed (diff) | |
download | strongswan-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/message.h')
-rw-r--r-- | Source/charon/encoding/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/encoding/message.h b/Source/charon/encoding/message.h index 3ec1daf81..2b2a14a1c 100644 --- a/Source/charon/encoding/message.h +++ b/Source/charon/encoding/message.h @@ -234,7 +234,7 @@ struct message_t { status_t (*set_source) (message_t *this, host_t *host); status_t (*get_destination) (message_t *this, host_t **host); status_t (*set_destination) (message_t *this, host_t *host); - status_t (*get_payload_iterator) (message_t *this, linked_list_iterator_t **iterator); + status_t (*get_payload_iterator) (message_t *this, iterator_t **iterator); /** * @brief Destroys a message and all including objects |