* class.c (create_vtable_ptr): Put the vtable at the beginning of
[official-gcc.git] / texinfo / info / indices.h
blob7625300c15fb52bf61ee351bdd5a038cff7627fd
1 /* indices.h -- Functions defined in indices.c.
2 $Id: indices.h,v 1.1.1.2 1998/03/22 20:42:34 law Exp $
4 This file is part of GNU Info, a program for reading online documentation
5 stored in Info format.
7 Copyright (C) 1993, 97 Free Software Foundation, Inc.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 Written by Brian Fox (bfox@ai.mit.edu). */
25 #ifndef INFO_INDICES_H
26 #define INFO_INDICES_H
28 /* User-visible variable controls the output of info-index-next. */
29 extern int show_index_match;
31 extern REFERENCE **info_indices_of_window (), **info_indices_of_file_buffer ();
32 extern void info_apropos ();
34 /* For every menu item in DIR, search the indices of that file for STRING. */
35 REFERENCE **apropos_in_all_indices ();
37 /* User visible functions declared in indices.c. */
38 extern void info_index_search (), info_next_index_match ();
39 extern void do_info_index_search ();
40 extern int index_intry_exists ();
42 #endif /* not INFO_INDICES_H */