summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/info/info-utils.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-18 12:57:43 +0000
committerru <ru@FreeBSD.org>2003-06-18 12:57:43 +0000
commitb0465e4534c37946b9f157053a91a25b88ee6c6f (patch)
tree92a83a9292c9ea3b8a8e235e830bf6581591579e /contrib/texinfo/info/info-utils.h
parent1e2af4f2c82dd1396d247a2b5fe032b13c51189a (diff)
downloadFreeBSD-src-b0465e4534c37946b9f157053a91a25b88ee6c6f.zip
FreeBSD-src-b0465e4534c37946b9f157053a91a25b88ee6c6f.tar.gz
Import of stripped down GNU texinfo 4.6
Diffstat (limited to 'contrib/texinfo/info/info-utils.h')
-rw-r--r--contrib/texinfo/info/info-utils.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/texinfo/info/info-utils.h b/contrib/texinfo/info/info-utils.h
index 5475fda..6ff0581 100644
--- a/contrib/texinfo/info/info-utils.h
+++ b/contrib/texinfo/info/info-utils.h
@@ -1,7 +1,7 @@
/* info-utils.h -- Exported functions and variables from info-utils.c.
- $Id: info-utils.h,v 1.1 2002/08/25 23:38:38 karl Exp $
+ $Id: info-utils.h,v 1.2 2003/03/06 23:21:48 karl Exp $
- Copyright (C) 1993, 1996, 1998, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1996, 1998, 2002, 2003 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
@@ -83,6 +83,9 @@ extern REFERENCE **info_menu_items ();
and REF2 arrays are freed, but their contents are not. */
REFERENCE **info_concatenate_references ();
+/* Copy an existing reference into new memory. */
+extern REFERENCE *info_copy_reference ();
+
/* Free the data associated with REFERENCES. */
extern void info_free_references ();
OpenPOWER on IntegriCloud