From db6e764580f29c658a3f5486b74e13ad4de7abd4 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Tue, 29 Nov 2005 09:57:22 +0000 Subject: - added and tested id_payload_t --- Source/charon/utils/iterator.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/charon/utils/iterator.h') diff --git a/Source/charon/utils/iterator.h b/Source/charon/utils/iterator.h index f644b90c3..b27f3e788 100644 --- a/Source/charon/utils/iterator.h +++ b/Source/charon/utils/iterator.h @@ -99,7 +99,6 @@ struct iterator_t { * with the resetted iterator. * * @param this calling object - * @return SUCCESS in any case */ void (*reset) (iterator_t *this); @@ -107,7 +106,6 @@ struct iterator_t { * @brief Destroys an iterator. * * @param this iterator to destroy - * @return SUCCESS in any case * */ void (*destroy) (iterator_t *this); -- cgit v1.2.3