summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/info/infomap.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo/info/infomap.h')
-rw-r--r--contrib/texinfo/info/infomap.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/texinfo/info/infomap.h b/contrib/texinfo/info/infomap.h
index fe7fa77..31e4d82 100644
--- a/contrib/texinfo/info/infomap.h
+++ b/contrib/texinfo/info/infomap.h
@@ -1,7 +1,7 @@
/* infomap.h -- description of a keymap in Info and related functions.
- $Id: infomap.h,v 1.1 2002/08/25 23:38:38 karl Exp $
+ $Id: infomap.h,v 1.3 2004/04/11 17:56:46 karl Exp $
- Copyright (C) 1993, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2001, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -67,15 +67,16 @@ extern Keymap echo_area_keymap;
/* Return a new keymap which has all the uppercase letters mapped to run
the function info_do_lowercase_version (). */
-extern Keymap keymap_make_keymap ();
+extern Keymap keymap_make_keymap (void);
/* Return a new keymap which is a copy of MAP. */
-extern Keymap keymap_copy_keymap ();
+extern Keymap keymap_copy_keymap (Keymap map, Keymap rootmap,
+ Keymap newroot);
/* Free MAP and it's descendents. */
-extern void keymap_discard_keymap ();
+extern void keymap_discard_keymap (Keymap map, Keymap rootmap);
/* Initialize the info keymaps. */
-extern void initialize_info_keymaps ();
+extern void initialize_info_keymaps (void);
#endif /* not INFOMAP_H */
OpenPOWER on IntegriCloud