gcc41: update README.DELETED
[dragonfly.git] / contrib / texinfo-4 / makeinfo / footnote.h
blobe4f95102c5f7a359fb713bf75a77f04e23d0cbcd
1 /* footnote.h -- declarations for footnote.c.
2 $Id: footnote.h,v 1.2 2004/04/11 17:56:47 karl Exp $
4 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
5 Foundation, Inc.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 #ifndef FOOTNOTE_H
23 #define FOOTNOTE_H
25 extern int footnote_style_preset;
26 extern int current_footnote_number;
27 extern int number_footnotes;
28 extern int already_outputting_pending_notes;
30 /* The Texinfo @commands. */
31 extern void cm_footnote (void);
32 extern void cm_footnotestyle (void);
34 extern int set_footnote_style (char *string); /* called for -s option */
36 extern void output_pending_notes (void); /* called for output */
38 #endif /* !FOOTNOTE_H */