diff options
| author | YAMAMOTO Mitsuharu | 2006-12-15 08:05:42 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-12-15 08:05:42 +0000 |
| commit | c10e5962973aaa2cedc49530e0bd241757910ea9 (patch) | |
| tree | 8d9076c3062408ee71719a5011984d7f0392a04c /src/macterm.h | |
| parent | 0d36bf23eaae0700ac7579470a4fff65a6558214 (diff) | |
| download | emacs-c10e5962973aaa2cedc49530e0bd241757910ea9.tar.gz emacs-c10e5962973aaa2cedc49530e0bd241757910ea9.zip | |
(mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: Add extern.
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index cac90f1fa80..856d349f6f7 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -685,6 +685,7 @@ extern Lisp_Object cfdate_to_lisp P_ ((CFDateRef)); | |||
| 685 | extern Lisp_Object cfboolean_to_lisp P_ ((CFBooleanRef)); | 685 | 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 | extern void mac_wakeup_from_rne P_ ((void)); | ||
| 688 | #endif | 689 | #endif |
| 689 | extern void xrm_merge_string_database P_ ((XrmDatabase, const char *)); | 690 | extern void xrm_merge_string_database P_ ((XrmDatabase, const char *)); |
| 690 | extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, const char *, | 691 | extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, const char *, |