3 /* footnote.h -- declarations for footnote.c.
4 Id: footnote.h,v 1.2 2004/04/11 17:56:47 karl Exp
6 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
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)
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.
27 extern int footnote_style_preset
;
28 extern int current_footnote_number
;
29 extern int number_footnotes
;
30 extern int already_outputting_pending_notes
;
32 /* The Texinfo @commands. */
33 extern void cm_footnote (void);
34 extern void cm_footnotestyle (void);
36 extern int set_footnote_style (char *string
); /* called for -s option */
38 extern void output_pending_notes (void); /* called for output */
40 #endif /* !FOOTNOTE_H */