=================================================================== RCS file: /cvs/texi2mdoc/extern.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- texi2mdoc/extern.h 2015/02/25 14:37:17 1.15 +++ texi2mdoc/extern.h 2015/02/25 14:49:14 1.16 @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.15 2015/02/25 14:37:17 kristaps Exp $ */ +/* $Id: extern.h,v 1.16 2015/02/25 14:49:14 kristaps Exp $ */ /* * Copyright (c) 2015 Kristaps Dzonsons * @@ -301,6 +301,7 @@ struct texifile { char *map; /* allocated file buffer */ size_t mapsz; /* size of map */ size_t mapmaxsz; /* full size of map */ + size_t insplice; /* how many bytes left in splice */ }; struct texi;