diff options
| author | YAMAMOTO Mitsuharu | 2006-10-31 08:33:53 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-10-31 08:33:53 +0000 |
| commit | 6ceb8058570a0be21df9bde80d2ee269bdf7291a (patch) | |
| tree | 946c43622141b33b8fcda07e23279b63cce4c3df /src/macterm.h | |
| parent | 369a7a37d8c0f803b515f7bc96f462f60d19fb22 (diff) | |
| download | emacs-6ceb8058570a0be21df9bde80d2ee269bdf7291a.tar.gz emacs-6ceb8058570a0be21df9bde80d2ee269bdf7291a.zip | |
(create_apple_event_from_event_ref)
(create_apple_event_from_drag_ref, xrm_merge_string_database)
(xrm_get_resource, xrm_get_preference_database): Add const
qualifier to arguments in externs.
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/macterm.h b/src/macterm.h index edd89163e13..cac90f1fa80 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -669,11 +669,11 @@ extern Lisp_Object mac_aedesc_to_lisp P_ ((const AEDesc *)); | |||
| 669 | extern OSErr mac_ae_put_lisp P_ ((AEDescList *, UInt32, Lisp_Object)); | 669 | extern OSErr mac_ae_put_lisp P_ ((AEDescList *, UInt32, Lisp_Object)); |
| 670 | #if TARGET_API_MAC_CARBON | 670 | #if TARGET_API_MAC_CARBON |
| 671 | extern OSStatus create_apple_event_from_event_ref P_ ((EventRef, UInt32, | 671 | extern OSStatus create_apple_event_from_event_ref P_ ((EventRef, UInt32, |
| 672 | EventParamName *, | 672 | const EventParamName *, |
| 673 | EventParamType *, | 673 | const EventParamType *, |
| 674 | AppleEvent *)); | 674 | AppleEvent *)); |
| 675 | extern OSErr create_apple_event_from_drag_ref P_ ((DragRef, UInt32, | 675 | extern OSErr create_apple_event_from_drag_ref P_ ((DragRef, UInt32, |
| 676 | FlavorType *, | 676 | const FlavorType *, |
| 677 | AppleEvent *)); | 677 | AppleEvent *)); |
| 678 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); | 678 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); |
| 679 | extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); | 679 | extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); |
| @@ -686,9 +686,10 @@ extern Lisp_Object cfboolean_to_lisp P_ ((CFBooleanRef)); | |||
| 686 | extern Lisp_Object cfobject_desc_to_lisp P_ ((CFTypeRef)); | 686 | extern Lisp_Object cfobject_desc_to_lisp P_ ((CFTypeRef)); |
| 687 | extern Lisp_Object cfproperty_list_to_lisp P_ ((CFPropertyListRef, int, int)); | 687 | extern Lisp_Object cfproperty_list_to_lisp P_ ((CFPropertyListRef, int, int)); |
| 688 | #endif | 688 | #endif |
| 689 | extern void xrm_merge_string_database P_ ((XrmDatabase, char *)); | 689 | extern void xrm_merge_string_database P_ ((XrmDatabase, const char *)); |
| 690 | extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, char *, char *)); | 690 | extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, const char *, |
| 691 | extern XrmDatabase xrm_get_preference_database P_ ((char *)); | 691 | const char *)); |
| 692 | extern XrmDatabase xrm_get_preference_database P_ ((const char *)); | ||
| 692 | EXFUN (Fmac_get_preference, 4); | 693 | EXFUN (Fmac_get_preference, 4); |
| 693 | 694 | ||
| 694 | /* arch-tag: 6b4ca125-5bef-476d-8ee8-31ed808b7e79 | 695 | /* arch-tag: 6b4ca125-5bef-476d-8ee8-31ed808b7e79 |