From d43a3b25e58b22f878cf000f42454792b509cd9d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 26 May 2010 14:03:54 +0000 Subject: Allow bad -man dates to flow verbatim into the front-ends. Noted by Ulrich Spoerlein. --- man.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man.h') diff --git a/man.h b/man.h index c6976f3a..6f8fa013 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.35 2010/05/17 22:11:42 kristaps Exp $ */ +/* $Id: man.h,v 1.36 2010/05/26 14:03:54 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -71,6 +71,7 @@ enum man_type { struct man_meta { char *msec; time_t date; + char *rawdate; char *vol; char *title; char *source; -- cgit v1.2.3-56-ge451