From 9a10478e2be49a9146c290e65a6a5548490ab33e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 25 Nov 2008 12:14:02 +0000 Subject: Single call-back for filters. Removed verbose flag. Added more macros and arguments. --- libmdocml.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libmdocml.h') diff --git a/libmdocml.h b/libmdocml.h index 58c16a1f..221b751d 100644 --- a/libmdocml.h +++ b/libmdocml.h @@ -1,4 +1,4 @@ -/* $Id: libmdocml.h,v 1.6 2008/11/23 23:12:47 kristaps Exp $ */ +/* $Id: libmdocml.h,v 1.7 2008/11/25 12:14:02 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -42,8 +42,6 @@ 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 }; struct md_buf { -- cgit v1.2.3