From 32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 27 Nov 2008 17:27:50 +0000 Subject: *** empty log message *** --- libmdocml.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libmdocml.h') diff --git a/libmdocml.h b/libmdocml.h index 221b751d..bc0e25a2 100644 --- a/libmdocml.h +++ b/libmdocml.h @@ -1,4 +1,4 @@ -/* $Id: libmdocml.h,v 1.7 2008/11/25 12:14:02 kristaps Exp $ */ +/* $Id: libmdocml.h,v 1.8 2008/11/27 17:27:50 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -42,6 +42,10 @@ enum md_type { struct md_args { union md_params params;/* Parameters for parser. */ enum md_type type; /* Type of parser. */ + + int warnings; +#define MD_WARN_ALL (1 << 0) + int verbosity; }; struct md_buf { -- cgit v1.2.3-56-ge451