-/* $Id: libmdocml.h,v 1.3 2008/11/22 20:15:34 kristaps Exp $ */
+/* $Id: libmdocml.h,v 1.6 2008/11/23 23:12:47 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
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
};
struct md_buf {