diff options
author | Martin Willi <martin@strongswan.org> | 2006-06-22 06:36:28 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-06-22 06:36:28 +0000 |
commit | 1396815afb9a5c003e6dae0be39329f5ba78e30c (patch) | |
tree | d6c1e292a5c5da74c2879db1b64274a34f2ec17c /src/libstrongswan/utils/iterator.h | |
parent | 6bf1352032b538e40b06c21bc92c05d11d711843 (diff) | |
download | strongswan-1396815afb9a5c003e6dae0be39329f5ba78e30c.tar.bz2 strongswan-1396815afb9a5c003e6dae0be39329f5ba78e30c.tar.xz |
first merge of NATT code
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 79e23ab3f..34e48eeef 100644 --- a/src/libstrongswan/utils/iterator.h +++ b/src/libstrongswan/utils/iterator.h @@ -59,7 +59,7 @@ struct iterator_t { * @param this calling object * @param[out] value item * @return - * - TRUE, if more elements are avaiable, + * - TRUE, if there was an element available, * - FALSE otherwise */ bool (*iterate) (iterator_t *this, void** value); @@ -72,7 +72,7 @@ struct iterator_t { * * @param this calling object * @return - * - TRUE, if more elements are avaiable, + * - TRUE, if more elements are available, * - FALSE otherwise */ bool (*has_next) (iterator_t *this); |