aboutsummaryrefslogtreecommitdiff
path: root/contrib/texinfo/makeinfo/node.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-03-25 13:08:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-03-25 13:08:32 +0000
commit3423f6a2cba6d3cc1f5f66cdb873f30d92afbffb (patch)
treea83aebd48e0338a00136e68cbd70a1ef081175fc /contrib/texinfo/makeinfo/node.h
parentcab79d664647c337ec2def083dd99de2ce69c174 (diff)
downloadsrc-3423f6a2cba6d3cc1f5f66cdb873f30d92afbffb.tar.gz
src-3423f6a2cba6d3cc1f5f66cdb873f30d92afbffb.zip
Import of stripped down GNU texinfo 4.1
Notes
Notes: svn path=/vendor/texinfo/dist/; revision=93139
Diffstat (limited to 'contrib/texinfo/makeinfo/node.h')
-rw-r--r--contrib/texinfo/makeinfo/node.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/texinfo/makeinfo/node.h b/contrib/texinfo/makeinfo/node.h
index e2fc883d73aa..735a23131628 100644
--- a/contrib/texinfo/makeinfo/node.h
+++ b/contrib/texinfo/makeinfo/node.h
@@ -1,7 +1,7 @@
/* node.h -- declarations for Node.
- $Id: node.h,v 1.5 1999/07/11 16:50:19 karl Exp $
+ $Id: node.h,v 1.6 2002/01/16 15:52:45 karl Exp $
- Copyright (C) 1996, 97, 98, 99 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97, 98, 99, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -39,6 +39,8 @@ typedef struct tentry
int number; /* Number for this node, relevant for HTML
splitting -- from use+define order, not just
define. */
+ char *html_fname; /* The HTML file to which this node is written
+ (non-NULL only for HTML splitting). */
} TAG_ENTRY;
/* If node-a has a "Next" for node-b, but node-b has no "Prev" for node-a,