Fix bootstrap error in keyboard.c.
authorKaroly Lorentey <lorentey@elte.hu>
Sun, 11 Sep 2005 07:23:22 +0000 (07:23 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sun, 11 Sep 2005 07:23:22 +0000 (07:23 +0000)
* src/keyboard.c: Add forward declaration of restore_kboard_configuration.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-415

src/keyboard.c

index 14dd4e3..baf313c 100644 (file)
@@ -672,6 +672,7 @@ static void restore_getcjmp P_ ((jmp_buf));
 static Lisp_Object apply_modifiers P_ ((int, Lisp_Object));
 static void clear_event P_ ((struct input_event *));
 static void any_kboard_state P_ ((void));
+static Lisp_Object restore_kboard_configuration P_ ((Lisp_Object));
 static SIGTYPE interrupt_signal P_ ((int signalnum));
 static void handle_interrupt P_ ((void));
 static void timer_start_idle P_ ((void));