diff options
Diffstat (limited to 'Source/charon/message.h')
-rw-r--r-- | Source/charon/message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/message.h b/Source/charon/message.h index 009b435fc..6b022fd2c 100644 --- a/Source/charon/message.h +++ b/Source/charon/message.h @@ -27,6 +27,7 @@ #include "packet.h" #include "ike_sa_id.h" #include "payloads/ike_header.h" +#include "utils/linked_list.h" @@ -223,6 +224,7 @@ struct message_s { 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); /** * @brief Destroys a message and all including objects |