diff src/gpmevent.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents e45d5e7c476e
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/gpmevent.h	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/gpmevent.h	Mon Aug 13 10:28:48 2007 +0200
@@ -1,7 +1,7 @@
 #ifndef _HAVE_GPM
 #define _HAVE_GPM
 
-int handle_gpm_read(struct Lisp_Event *event, struct console *con, int fd);
-void connect_to_gpm(struct console *con);
+int handle_gpm_read (struct Lisp_Event *event, struct console *con, int fd);
+void connect_to_gpm (struct console *con);
 
 #endif