aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc_xr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc_xr.h')
-rw-r--r--mandoc_xr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc_xr.h b/mandoc_xr.h
index bf82598d..e0c6af0e 100644
--- a/mandoc_xr.h
+++ b/mandoc_xr.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc_xr.h,v 1.2 2017/07/02 15:31:59 schwarze Exp $ */
+/* $Id: mandoc_xr.h,v 1.3 2017/07/02 21:18:29 schwarze Exp $ */
/*
* Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -21,6 +21,7 @@ struct mandoc_xr {
char *name;
int line; /* Or -1 for this page's own names. */
int pos;
+ int count;
char hashkey[];
};