diff src/keyboard.h @ 109670:7b41c068528a

Move declarations to header files. * src/keyboard.h (quit_char): Add declaration. * src/process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add declarations. * sysdep.c: * src/w32.c: Remove the above declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 06 Aug 2010 12:52:47 -0700
parents b862722704f6
children d6fc586a0872
line wrap: on
line diff
--- a/src/keyboard.h	Fri Aug 06 19:48:59 2010 +0000
+++ b/src/keyboard.h	Fri Aug 06 12:52:47 2010 -0700
@@ -485,6 +485,8 @@
    X Windows wants this for selection ownership.  */
 extern unsigned long last_event_timestamp;
 
+extern int quit_char;
+
 extern int parse_menu_item (Lisp_Object, int);
 
 extern void echo_now (void);