]> git.cameronkatri.com Git - mandoc.git/blobdiff - libmdocml.h
Single call-back for filters.
[mandoc.git] / libmdocml.h
index f8baa35b0873496007084671921fc6e79c20edb3..221b751d437bda7c7d1a2a6a2abfcecd0c1c87f4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: libmdocml.h,v 1.5 2008/11/23 22:30:53 kristaps Exp $ */
+/* $Id: libmdocml.h,v 1.7 2008/11/25 12:14:02 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -42,8 +42,6 @@ enum  md_type {
 struct md_args {
        union md_params  params;/* Parameters for parser. */
        enum md_type     type;  /* Type of parser. */
 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)/* Print the parse tree to stdout. */
 };
 
 struct md_buf {
 };
 
 struct md_buf {