aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-29 09:57:22 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-29 09:57:22 +0000
commitdb6e764580f29c658a3f5486b74e13ad4de7abd4 (patch)
tree050666c2ee034daa6fb808190bf2dd24f99a62f1 /Source/charon/utils
parenta0753941e115fa450b3f750427a3755535cfe2fb (diff)
downloadstrongswan-db6e764580f29c658a3f5486b74e13ad4de7abd4.tar.bz2
strongswan-db6e764580f29c658a3f5486b74e13ad4de7abd4.tar.xz
- added and tested id_payload_t
Diffstat (limited to 'Source/charon/utils')
-rw-r--r--Source/charon/utils/iterator.h2
-rw-r--r--Source/charon/utils/logger.h2
2 files changed, 1 insertions, 3 deletions
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);
diff --git a/Source/charon/utils/logger.h b/Source/charon/utils/logger.h
index c52211c31..7f98b9d6c 100644
--- a/Source/charon/utils/logger.h
+++ b/Source/charon/utils/logger.h
@@ -159,7 +159,7 @@ struct logger_t {
* @param logger_name name for the logger_t object
* @param log_level or'ed set of log_levels to assign to the new logger_t object
* @param log_pid TRUE if thread id should also be logged
- * @param output FILE * if log has to go on a file output, NULL for syslog
+ * @param output FILE * if log has to go on a file output, NULL for syslog
* @return logger_t object
*
* @ingroup utils