diff options
| author | YAMAMOTO Mitsuharu | 2005-03-16 08:08:48 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-03-16 08:08:48 +0000 |
| commit | 5d330aab63c0fd66e4406a6285ec67d09e0aa065 (patch) | |
| tree | a22eced4c6aff7fed308332c0a0cdf28f93b80ed /src | |
| parent | b298e813e5b7bcfb33b0dcbe5ec03f28fbdc107b (diff) | |
| download | emacs-5d330aab63c0fd66e4406a6285ec67d09e0aa065.tar.gz emacs-5d330aab63c0fd66e4406a6285ec67d09e0aa065.zip | |
(xrm_merge_string_database, xrm_get_resource)
(xrm_get_preference_database): Add externs.
[TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
(cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
(cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index dd2e2652c90..cc0ab1a4e2b 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -627,7 +627,17 @@ extern OSErr fsspec_to_posix_pathname P_ ((const FSSpec *, char *, int)); | |||
| 627 | extern void mac_clear_font_name_table P_ ((void)); | 627 | extern void mac_clear_font_name_table P_ ((void)); |
| 628 | #if TARGET_API_MAC_CARBON | 628 | #if TARGET_API_MAC_CARBON |
| 629 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); | 629 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); |
| 630 | extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); | ||
| 631 | extern Lisp_Object cfstring_to_lisp P_ ((CFStringRef)); | ||
| 632 | extern Lisp_Object cfnumber_to_lisp P_ ((CFNumberRef)); | ||
| 633 | extern Lisp_Object cfdate_to_lisp P_ ((CFDateRef)); | ||
| 634 | extern Lisp_Object cfboolean_to_lisp P_ ((CFBooleanRef)); | ||
| 635 | extern Lisp_Object cfobject_desc_to_lisp P_ ((CFTypeRef)); | ||
| 636 | extern Lisp_Object cfproperty_list_to_lisp P_ ((CFPropertyListRef, int, int)); | ||
| 630 | #endif | 637 | #endif |
| 638 | extern void xrm_merge_string_database P_ ((XrmDatabase, char *)); | ||
| 639 | extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, char *, char *)); | ||
| 640 | extern XrmDatabase xrm_get_preference_database P_ ((char *)); | ||
| 631 | 641 | ||
| 632 | /* arch-tag: 6b4ca125-5bef-476d-8ee8-31ed808b7e79 | 642 | /* arch-tag: 6b4ca125-5bef-476d-8ee8-31ed808b7e79 |
| 633 | (do not change this comment) */ | 643 | (do not change this comment) */ |