aboutsummaryrefslogtreecommitdiff
path: root/contrib/texinfo/makeinfo/html.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/html.h
parentcab79d664647c337ec2def083dd99de2ce69c174 (diff)
Import of stripped down GNU texinfo 4.1
Notes
Notes: svn path=/vendor/texinfo/dist/; revision=93139
Diffstat (limited to 'contrib/texinfo/makeinfo/html.h')
-rw-r--r--contrib/texinfo/makeinfo/html.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/texinfo/makeinfo/html.h b/contrib/texinfo/makeinfo/html.h
index 2d68c77308dd..cd24ce271d07 100644
--- a/contrib/texinfo/makeinfo/html.h
+++ b/contrib/texinfo/makeinfo/html.h
@@ -1,7 +1,7 @@
/* html.h -- declarations for html-related utilities.
- $Id: html.h,v 1.1 1999/04/25 20:53:33 karl Exp $
+ $Id: html.h,v 1.2 2000/12/19 15:17:52 karl Exp $
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000 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
@@ -40,5 +40,8 @@ extern void add_escaped_anchor_name (/* char *name */);
/* See html.c. */
extern void add_anchor_name (/* nodename, href */);
+extern void add_url_name ( /* nodename, href */ );
+extern char* nodename_to_filename ( /* nodename */ );
+extern void add_nodename_to_filename ( /*nodename, href */ );
#endif /* !HTML_H */