1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

(create_apple_event_from_event_ref): Remove 5th argument from extern.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-12-19 08:31:04 +00:00
parent 70ed951a16
commit cfe3a871cf

View file

@ -586,7 +586,7 @@ extern Lisp_Object mac_aedesc_to_lisp P_ ((AEDesc *));
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));