Index: trunk/Ohana/src/kii/event/InterpretKeys.c
===================================================================
--- trunk/Ohana/src/kii/event/InterpretKeys.c	(revision 2466)
+++ trunk/Ohana/src/kii/event/InterpretKeys.c	(revision 2891)
@@ -1,14 +1,9 @@
 # include "Ximage.h"
 
-int 
-InterpretKeys (graphic, layout, event)
-Graphic        graphic[];
-Layout         layout[];
-XEvent        *event;
-{
+int InterpretKeys (Graphic *graphic, Layout *layout, XEvent *event) {
 
   int    status;
+  char   string[10];
   KeySym keysym;
-  char            string[10];
   XComposeStatus  composestatus;
 
