]> andersk Git - libyaml.git/blobdiff - include/yaml.h
Imported Upstream version 0.1.2
[libyaml.git] / include / yaml.h
index d0fe93c800549aaa8d67e9e2f37157bcccb52d4c..400cae1ead5953521529d9c90b6dce5d704cb5dd 100644 (file)
@@ -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 {
This page took 0.024754 seconds and 4 git commands to generate.