Merge changes from emacs-23 branch
[bpt/emacs.git] / oldXMenu / EvHand.c
index 631ffd9..5ee6877 100644 (file)
@@ -1,7 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/EvHand.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */
-/* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -15,8 +15,7 @@
 
 #include "XMenuInt.h"
 
-XMenuEventHandler(handler)
-    int (*handler)();
+XMenuEventHandler(int (*handler) (XEvent*))
 {
     /*
      * Set the global event handler variable.
@@ -24,5 +23,3 @@ XMenuEventHandler(handler)
     _XMEventHandler = handler;
 }
 
-/* arch-tag: 8d614c8c-94d9-43c8-8e32-c438a3c8a8a3
-   (do not change this comment) */