summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.h b/private.h
index 6bcfe7c0..1f212548 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.77 2009/02/21 21:00:06 kristaps Exp $ */
+/* $Id: private.h,v 1.78 2009/02/22 14:31:08 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -38,6 +38,7 @@ struct mdoc {
struct mdoc_node *first;
struct mdoc_meta meta;
enum mdoc_sec lastnamed;
+ enum mdoc_sec lastsec;
};