diff src/ChangeLog @ 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 d9a022ec322c
children bd826f80a765
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 06 19:48:59 2010 +0000
+++ b/src/ChangeLog	Fri Aug 06 12:52:47 2010 -0700
@@ -1,5 +1,12 @@
 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* keyboard.h (quit_char): Add declaration.
+	* process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
+	(QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add
+	declarations.
+	* sysdep.c:
+	* w32.c: Remove the above declarations.
+
 	Remove extern declarations in .c files, .h files have them.
 	* xterm.c:
 	* xdisp.c: