aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmdocml.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 60ea7f8f..7d760af8 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -1,4 +1,4 @@
-/* $Id: libmdocml.h,v 1.3 2008/11/22 20:15:34 kristaps Exp $ */
+/* $Id: libmdocml.h,v 1.4 2008/11/23 19:10:03 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -42,6 +42,8 @@ enum md_type {
struct md_args {
union md_params params;/* Parameters for parser. */
enum md_type type; /* Type of parser. */
+ int dbg; /* Debug level. */
+#define MD_DBG_TREE (1 << 0)
};
struct md_buf {