~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to info/footnotes.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mto: (2.1.1 dapper) (3.1.4 hardy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-9nsf2s2k2z3fktjt
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* footnotes.h -- Some functions for manipulating footnotes.
2
 
   $Id: footnotes.h,v 1.4 1998/11/29 21:44:49 karl Exp $
 
2
   $Id: footnotes.h,v 1.3 2004/04/11 17:56:45 karl Exp $
3
3
 
4
 
   Copyright (C) 1993, 97, 98 Free Software Foundation, Inc.
 
4
   Copyright (C) 1993, 1997, 1998, 2002, 2004 Free Software Foundation, Inc.
5
5
 
6
6
   This program is free software; you can redistribute it and/or modify
7
7
   it under the terms of the GNU General Public License as published by
35
35
   and displayed.  Returns FN_UNFOUND if there were no footnotes found
36
36
   in WINDOW's node.  Returns FN_UNABLE if there were footnotes, but the
37
37
   window to show them couldn't be made. */
38
 
extern int info_get_or_remove_footnotes ();
 
38
extern int info_get_or_remove_footnotes (WINDOW *window);
39
39
 
40
40
/* Non-zero means attempt to show footnotes when displaying a new window. */
41
41
extern int auto_footnotes_p;