console/libgnt/gntkeys.c

changeset 15095
f7c98ecaa92b
parent 15038
e57ca0ff0489
child 15839
e2b7b5f4f9aa
--- a/console/libgnt/gntkeys.c	Thu Nov 23 08:37:07 2006 +0000
+++ b/console/libgnt/gntkeys.c	Thu Nov 23 15:22:53 2006 +0000
@@ -3,6 +3,12 @@
 #include <stdlib.h>
 #include <string.h>
 
+char *gnt_key_cup;
+char *gnt_key_cdown;
+char *gnt_key_cleft;
+char *gnt_key_cright;
+
+
 static const char *term;
 
 void gnt_init_keys()

mercurial