From a0753941e115fa450b3f750427a3755535cfe2fb Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Tue, 29 Nov 2005 08:54:48 +0000 Subject: - changed creation of iterator - chanded all clone calls --- Source/charon/encoding/message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/encoding/message.h') diff --git a/Source/charon/encoding/message.h b/Source/charon/encoding/message.h index 8ee069528..68558d575 100644 --- a/Source/charon/encoding/message.h +++ b/Source/charon/encoding/message.h @@ -226,7 +226,7 @@ struct message_t { void (*set_source) (message_t *this, host_t *host); void (*get_destination) (message_t *this, host_t **host); void (*set_destination) (message_t *this, host_t *host); - void (*get_payload_iterator) (message_t *this, iterator_t **iterator); + iterator_t * (*get_payload_iterator) (message_t *this); /** * @brief Destroys a message and all including objects -- cgit v1.2.3