=================================================================== RCS file: /cvs/mandoc/Attic/libmdocml.h,v retrieving revision 1.6 retrieving revision 1.8 diff -u -p -r1.6 -r1.8 --- mandoc/Attic/libmdocml.h 2008/11/23 23:12:47 1.6 +++ mandoc/Attic/libmdocml.h 2008/11/27 17:27:50 1.8 @@ -1,4 +1,4 @@ -/* $Id: libmdocml.h,v 1.6 2008/11/23 23:12:47 kristaps Exp $ */ +/* $Id: libmdocml.h,v 1.8 2008/11/27 17:27:50 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -42,8 +42,10 @@ 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 + + int warnings; +#define MD_WARN_ALL (1 << 0) + int verbosity; }; struct md_buf {