diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-11 23:45:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-11 23:45:21 +0000 |
commit | 0ae3a00f046da7620ac989256e0f42d673cb3742 (patch) | |
tree | fe6dc58dd43a380c1b0f658cd32de8abe53b5a65 /pkgtools | |
parent | 68bd97590849b4057cf755a651435bde78ed8bab (diff) | |
download | pkgsrc-0ae3a00f046da7620ac989256e0f42d673cb3742.tar.gz |
Missing forward prototypes.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install-info/files/install-info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install-info/files/install-info.c b/pkgtools/pkg_install-info/files/install-info.c index 39cc902d051..17334427988 100644 --- a/pkgtools/pkg_install-info/files/install-info.c +++ b/pkgtools/pkg_install-info/files/install-info.c @@ -1,5 +1,5 @@ /* install-info -- create Info directory entry(ies) for an Info file. - $Id: install-info.c,v 1.1.1.1 2003/06/09 22:16:15 seb Exp $ + $Id: install-info.c,v 1.2 2011/11/11 23:45:21 joerg Exp $ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -23,6 +23,7 @@ static char *progname = "install-info"; +int menu_line_equal (), menu_line_lessp (); struct line_data *findlines (); void insert_entry_here (); int compare_section_names (), compare_entries_text (); |