summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-13 22:55:38 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-13 22:55:38 -0700
commitda2f2dd9c2fac1bb1e3d5e5c4a3b38cad3c20ad5 (patch)
tree98665220d0ec9e3934973b51401cf0b9ebd780bd /src/keyboard.h
parent2f2650daaab043eb8f7fb16fd10575552a7cd378 (diff)
downloademacs-da2f2dd9c2fac1bb1e3d5e5c4a3b38cad3c20ad5.tar.gz
* keyboard.h (mark_kboards): Move decl here ...
* alloc.c (mark_kboards): ... from here.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 9f8f1ff7476..765979b3997 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -518,3 +518,4 @@ extern void add_user_signal (int, const char *);
extern int tty_read_avail_input (struct terminal *, int,
struct input_event *);
extern EMACS_TIME timer_check (int);
+extern void mark_kboards (void);