=================================================================== RCS file: /cvs/texi2mdoc/extern.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- texi2mdoc/extern.h 2015/03/12 10:44:34 1.29 +++ texi2mdoc/extern.h 2018/11/13 08:45:29 1.30 @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.29 2015/03/12 10:44:34 kristaps Exp $ */ +/* $Id: extern.h,v 1.30 2018/11/13 08:45:29 schwarze Exp $ */ /* * Copyright (c) 2015 Kristaps Dzonsons * @@ -422,6 +422,7 @@ struct texi { size_t valstackpos; /* position in valstack */ char *title; /* title of document */ char *subtitle; /* subtitle of document */ + char *date; /* date of document */ int secoffs; /* see sectioner() */ struct texidex *indexs; /* index entries */ size_t indexsz; /* entries in indexs */