summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2006-06-01 20:19:43 +0000
committerKirill Simonov <xi@resolvent.net>2006-06-01 20:19:43 +0000
commit2fa16060e00f4e96efa26568fa85ae10ab24d9f4 (patch)
tree81c29ded018452a0b67376baa05d096f1d9f836c /include
parent3d790dfd5e1b802ce1ab82ff830d72eadd25e901 (diff)
downloadlibyaml-hg-2fa16060e00f4e96efa26568fa85ae10ab24d9f4.tar.gz
Complete buffering and encoding code.
Diffstat (limited to 'include')
-rw-r--r--include/yaml/yaml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/yaml/yaml.h b/include/yaml/yaml.h
index 2f32e52..cfdeacf 100644
--- a/include/yaml/yaml.h
+++ b/include/yaml/yaml.h
@@ -300,6 +300,9 @@ typedef struct {
/** The byte about which the problem occured. */
size_t problem_offset;
+ /** The problematic value (@c -1 is none). */
+ int problem_value;
+
/**
* @}
*/