diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-06 13:44:22 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-06 13:44:22 +0000 |
commit | c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15 (patch) | |
tree | 2baf1492686585fa1cd4dc1aa12dded74b4a85d9 /Source/charon/encoding/message.h | |
parent | 59de50868b77f48ab78a31d4ad684e4e59d2e81f (diff) | |
download | strongswan-c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15.tar.bz2 strongswan-c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15.tar.xz |
- code cleanup of encoding package
Diffstat (limited to 'Source/charon/encoding/message.h')
-rw-r--r-- | Source/charon/encoding/message.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/encoding/message.h b/Source/charon/encoding/message.h index a10f10aea..ef4491c80 100644 --- a/Source/charon/encoding/message.h +++ b/Source/charon/encoding/message.h @@ -335,7 +335,7 @@ struct message_t { * Call message_t.parse_header afterwards. * * @param packet packet_t object which is assigned to message - * @return created message_t object + * @return message_t object * * @ingroup encoding */ @@ -349,7 +349,7 @@ message_t * message_create_from_packet(packet_t *packet); * - original_initiator is set to TRUE * - is_request is set to TRUE * - * @return created message_t object + * @return message_t object * * @ingroup encoding */ @@ -358,7 +358,7 @@ message_t * message_create(); /** * @brief Creates an message_t object of type reply containing a notify payload. * - * @return created message_t object + * @return message_t object * * @ingroup encoding */ |