Remove texinfo from base
[dragonfly.git] / contrib / texinfo / makeinfo / footnote.h
1 /* footnote.h -- declarations for footnote.c.
2    $Id: footnote.h,v 1.5 2007/07/01 21:20:32 karl Exp $
3
4    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 Free Software
5    Foundation, Inc.
6
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 3 of the License, or
10    (at your option) any later version.
11
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.
16
17    You should have received a copy of the GNU General Public License
18    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
19
20 #ifndef FOOTNOTE_H
21 #define FOOTNOTE_H
22
23 extern int footnote_style_preset;
24 extern int current_footnote_number;
25 extern int number_footnotes;
26 extern int already_outputting_pending_notes;
27
28 /* The Texinfo @commands.  */
29 extern void cm_footnote (void);
30 extern void cm_footnotestyle (void);
31
32 extern int set_footnote_style (char *string);    /* called for -s option */
33
34 extern void output_pending_notes (void); /* called for output */
35
36 #endif /* !FOOTNOTE_H */