diff options
author | Martin Willi <martin@strongswan.org> | 2006-07-12 11:13:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-07-12 11:13:48 +0000 |
commit | 4c19900ce8205f26e9d2a21bbdc71944646c3ca8 (patch) | |
tree | 60fc22f9460bb50536d077079f19762054dbf2bf /src/libstrongswan/utils/iterator.h | |
parent | c361cc8c51ef67cbc0e5e71e4f95431317b26770 (diff) | |
download | strongswan-4c19900ce8205f26e9d2a21bbdc71944646c3ca8.tar.bz2 strongswan-4c19900ce8205f26e9d2a21bbdc71944646c3ca8.tar.xz |
code cleanups
Diffstat (limited to 'src/libstrongswan/utils/iterator.h')
-rw-r--r-- | src/libstrongswan/utils/iterator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/utils/iterator.h b/src/libstrongswan/utils/iterator.h index b514d5f3f..e2fd45d46 100644 --- a/src/libstrongswan/utils/iterator.h +++ b/src/libstrongswan/utils/iterator.h @@ -131,12 +131,12 @@ struct iterator_t { * - to the item before, if available * - it gets reseted, otherwise * - * @param linked_list calling object + * @param this calling object * @return * - SUCCESS * - FAILED if iterator is on an invalid position */ - status_t (*remove) (iterator_t *iterator); + status_t (*remove) (iterator_t *this); /** * @brief Resets the iterator position. |