diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-09 10:00:54 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-09 10:00:54 +0100 |
commit | 5fee822a93ce175ad6ef9d61b7adb0cfd7878356 (patch) | |
tree | 3cd06d6b88444ca298b7756bb263268294f421aa /src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h | |
parent | 33749b879c5db7ef28a611fc99e9b7bb5b2d0691 (diff) | |
download | strongswan-5fee822a93ce175ad6ef9d61b7adb0cfd7878356.tar.bz2 strongswan-5fee822a93ce175ad6ef9d61b7adb0cfd7878356.tar.xz |
implemented parsing of TNCCS 1.1 messages
Diffstat (limited to 'src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h')
-rw-r--r-- | src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h b/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h index 6f47e5660..25301f763 100644 --- a/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h +++ b/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h @@ -67,6 +67,13 @@ struct tnccs_batch_t { enumerator_t* (*create_msg_enumerator)(tnccs_batch_t *this); /** + * Enumerates over all parsing errors + * + * @return return error enumerator + */ + enumerator_t* (*create_error_enumerator)(tnccs_batch_t *this); + + /** * Destroys a tnccs_batch_t object. */ void (*destroy)(tnccs_batch_t *this); |