From af732c7fcc695182a667f1fabbd56d93896ad2f4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 30 Nov 2008 21:41:35 +0000 Subject: Preliminary xml output filter (validate-renamed) done. --- libmdocml.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libmdocml.h') diff --git a/libmdocml.h b/libmdocml.h index 8d2f6208..5a68c980 100644 --- a/libmdocml.h +++ b/libmdocml.h @@ -1,4 +1,4 @@ -/* $Id: libmdocml.h,v 1.9 2008/11/28 11:21:12 kristaps Exp $ */ +/* $Id: libmdocml.h,v 1.10 2008/11/30 21:41:35 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -21,7 +21,7 @@ #include -struct md_params_valid { +struct md_params_xml { int dummy; }; @@ -30,12 +30,12 @@ struct md_params_html4_strict { }; union md_params { - struct md_params_valid valid; + struct md_params_xml xml; struct md_params_html4_strict html4_strict; }; enum md_type { - MD_VALID, /* Validate input only. */ + MD_XML, /* XML. */ MD_HTML4_STRICT /* HTML4.01-strict. */ }; -- cgit v1.2.3