summaryrefslogtreecommitdiffstats
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
commit251cb31839ca20218450f57218e4d7935e6e0652 (patch)
tree0bc950bf849256933a3bc0f6b496b8b125bfd3c4 /libmdocml.h
parent757654bf3db3f335e31ed99eff0744a5b6d0c5d1 (diff)
downloadmandoc-251cb31839ca20218450f57218e4d7935e6e0652.tar.gz
*** empty log message ***
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 5d7e9727..52bd3324 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -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 {