summaryrefslogtreecommitdiffstatshomepage
path: root/libmdocml.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 17:27:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 17:27:50 +0000
commit32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8 (patch)
tree9e29cf915b9f138f68c4a3b41ff27083c16d4326 /libmdocml.h
parent4dd19dc815efe99e3ac82f119af43261f3c73520 (diff)
downloadmandoc-32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8.tar.gz
mandoc-32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8.tar.zst
mandoc-32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8.zip
*** empty log message ***
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 221b751d..bc0e25a2 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -1,4 +1,4 @@
-/* $Id: libmdocml.h,v 1.7 2008/11/25 12:14:02 kristaps Exp $ */
+/* $Id: libmdocml.h,v 1.8 2008/11/27 17:27:50 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -42,6 +42,10 @@ enum md_type {
struct md_args {
union md_params params;/* Parameters for parser. */
enum md_type type; /* Type of parser. */
+
+ int warnings;
+#define MD_WARN_ALL (1 << 0)
+ int verbosity;
};
struct md_buf {