diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-18 10:31:56 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-18 10:31:56 +0000 |
commit | 501a41b970fac1b36fbf356604753b80032906e9 (patch) | |
tree | 72075e7d6f5b67df2b3f808f80da082e276240f2 /Source/charon/message.h | |
parent | 6f17c7d68ec3726a2dc323ee06c8f6d98b68958b (diff) | |
download | strongswan-501a41b970fac1b36fbf356604753b80032906e9.tar.bz2 strongswan-501a41b970fac1b36fbf356604753b80032906e9.tar.xz |
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 |