aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h')
-rw-r--r--src/libcharon/plugins/tnccs_11/batch/tnccs_batch.h7
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);