diff options
Diffstat (limited to 'contrib/texinfo/info/info-utils.h')
-rw-r--r-- | contrib/texinfo/info/info-utils.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/texinfo/info/info-utils.h b/contrib/texinfo/info/info-utils.h index 5475fda4ac5b..6ff058152af0 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 (); |