diff options
Diffstat (limited to 'man.h')
-rw-r--r-- | man.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ enum man_type { struct man_meta { char *msec; time_t date; + char *rawdate; char *vol; char *title; char *source; |