diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-25 13:08:32 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-25 13:08:32 +0000 |
commit | 3423f6a2cba6d3cc1f5f66cdb873f30d92afbffb (patch) | |
tree | a83aebd48e0338a00136e68cbd70a1ef081175fc /contrib/texinfo/makeinfo/toc.h | |
parent | cab79d664647c337ec2def083dd99de2ce69c174 (diff) |
Import of stripped down GNU texinfo 4.1
Notes
Notes:
svn path=/vendor/texinfo/dist/; revision=93139
Diffstat (limited to 'contrib/texinfo/makeinfo/toc.h')
-rw-r--r-- | contrib/texinfo/makeinfo/toc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/texinfo/makeinfo/toc.h b/contrib/texinfo/makeinfo/toc.h index a37faf78730d..654a768feaf1 100644 --- a/contrib/texinfo/makeinfo/toc.h +++ b/contrib/texinfo/makeinfo/toc.h @@ -1,5 +1,5 @@ /* toc.h -- table of contents handling. - $Id: toc.h,v 1.4 1999/04/25 19:49:22 karl Exp $ + $Id: toc.h,v 1.5 2002/02/09 00:54:51 karl Exp $ Copyright (C) 1999 Free Software Foundation, Inc. @@ -32,6 +32,7 @@ extern char *shortcontents_filename; typedef struct toc_entry_elt { char *name; char *containing_node; /* Name of node containing this section. */ + char *html_file; /* Name of HTML node-file in split-HTML mode */ int number; /* counting number from 0...n independent from chapter/section can be used for anchors or references to it. */ |