From 5fee822a93ce175ad6ef9d61b7adb0cfd7878356 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 9 Jan 2011 10:00:54 +0100 Subject: implemented parsing of TNCCS 1.1 messages --- src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h') 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 @@ -66,6 +66,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. */ -- cgit v1.2.3