summaryrefslogtreecommitdiff
path: root/include/yaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/yaml.h')
-rw-r--r--include/yaml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/yaml.h b/include/yaml.h
index d0fe93c..400cae1 100644
--- a/include/yaml.h
+++ b/include/yaml.h
@@ -1680,6 +1680,8 @@ typedef struct yaml_emitter_s {
int whitespace;
/** If the last character was an indentation character (' ', '-', '?', ':')? */
int indention;
+ /** If an explicit document end is required? */
+ int open_ended;
/** Anchor analysis. */
struct {