comparison 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
comparison
equal deleted inserted replaced
67666:037431c17fba 67667:71dc01b42529
584 extern Lisp_Object mac_aedesc_to_lisp P_ ((AEDesc *)); 584 extern Lisp_Object mac_aedesc_to_lisp P_ ((AEDesc *));
585 #if TARGET_API_MAC_CARBON 585 #if TARGET_API_MAC_CARBON
586 extern OSErr create_apple_event_from_event_ref P_ ((EventRef, UInt32, 586 extern OSErr create_apple_event_from_event_ref P_ ((EventRef, UInt32,
587 EventParamName *, 587 EventParamName *,
588 EventParamType *, 588 EventParamType *,
589 UInt32 *, AppleEvent *)); 589 AppleEvent *));
590 extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); 590 extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *));
591 extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); 591 extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object));
592 extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); 592 extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef));
593 extern Lisp_Object cfstring_to_lisp_nodecode P_ ((CFStringRef)); 593 extern Lisp_Object cfstring_to_lisp_nodecode P_ ((CFStringRef));
594 extern Lisp_Object cfstring_to_lisp P_ ((CFStringRef)); 594 extern Lisp_Object cfstring_to_lisp P_ ((CFStringRef));