changeset 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 037431c17fba
children 8926adaaf30f
files src/macterm.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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));