From bd26da950b7144cb234ef8d0864173a897d2fd28 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 25 Mar 2009 16:07:36 +0000 Subject: Actions in place for prologue parsing. --- man.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man.h') diff --git a/man.h b/man.h index cc26bc5f..0ca0c187 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.3 2009/03/25 15:17:49 kristaps Exp $ */ +/* $Id: man.h,v 1.4 2009/03/25 16:07:36 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -51,10 +51,10 @@ enum man_type { struct man_meta { int msec; - char *vol; time_t date; + char *vol; char *title; - char *os; + char *source; }; struct man_node { -- cgit v1.2.3