=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc_xr.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/mandoc/mandoc_xr.h 2017/07/01 09:47:23 1.1 --- src/usr.bin/mandoc/mandoc_xr.h 2017/07/02 15:31:48 1.2 *************** *** 1,4 **** ! /* $OpenBSD: mandoc_xr.h,v 1.1 2017/07/01 09:47:23 schwarze Exp $ */ /* * Copyright (c) 2017 Ingo Schwarze * --- 1,4 ---- ! /* $OpenBSD: mandoc_xr.h,v 1.2 2017/07/02 15:31:48 schwarze Exp $ */ /* * Copyright (c) 2017 Ingo Schwarze * *************** *** 19,30 **** struct mandoc_xr *next; char *sec; char *name; ! int line; int pos; char hashkey[]; }; void mandoc_xr_reset(void); ! void mandoc_xr_add(const char *, const char *, int, int); struct mandoc_xr *mandoc_xr_get(void); void mandoc_xr_free(void); --- 19,30 ---- struct mandoc_xr *next; char *sec; char *name; ! int line; /* Or -1 for this page's own names. */ int pos; char hashkey[]; }; void mandoc_xr_reset(void); ! int mandoc_xr_add(const char *, const char *, int, int); struct mandoc_xr *mandoc_xr_get(void); void mandoc_xr_free(void);