diff src/macterm.h @ 67667:71dc01b42529

(create_apple_event_from_event_ref): Remove 5th argument from extern.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 19 Dec 2005 08:31:04 +0000
parents b8f20fe8fb6e
children 9b09a3a7cf68 b64b7e867d0a
line wrap: on
line diff
--- a/src/macterm.h	Mon Dec 19 08:30:56 2005 +0000
+++ b/src/macterm.h	Mon Dec 19 08:31:04 2005 +0000
@@ -586,7 +586,7 @@
 extern OSErr create_apple_event_from_event_ref P_ ((EventRef, UInt32,
 						    EventParamName *,
 						    EventParamType *,
-						    UInt32 *, AppleEvent *));
+						    AppleEvent *));
 extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *));
 extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object));
 extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef));