summaryrefslogtreecommitdiff
path: root/src/block-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block-parser.h')
-rw-r--r--src/block-parser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/block-parser.h b/src/block-parser.h
index 5d8b69c..c5a1d9e 100644
--- a/src/block-parser.h
+++ b/src/block-parser.h
@@ -78,6 +78,12 @@ gboolean block_parser_has_unused_data (BlockParser *parser, const gchar *key);
void block_parser_set_as_used (BlockParser *parser, const gchar *key);
/*
+ * block_parser_clear_key_data: clear stored data block for the key
+ *
+ */
+void block_parser_clear_key_data (BlockParser *parser, const gchar *key);
+
+/*
* block_parser_process: parse input data
* - if there's a multiline block, string before the opening placeholder and
* string after closing placeholder are returned on one line,