aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macterm.h1
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));
685extern Lisp_Object cfboolean_to_lisp P_ ((CFBooleanRef)); 685extern Lisp_Object cfboolean_to_lisp P_ ((CFBooleanRef));
686extern Lisp_Object cfobject_desc_to_lisp P_ ((CFTypeRef)); 686extern Lisp_Object cfobject_desc_to_lisp P_ ((CFTypeRef));
687extern Lisp_Object cfproperty_list_to_lisp P_ ((CFPropertyListRef, int, int)); 687extern Lisp_Object cfproperty_list_to_lisp P_ ((CFPropertyListRef, int, int));
688extern void mac_wakeup_from_rne P_ ((void));
688#endif 689#endif
689extern void xrm_merge_string_database P_ ((XrmDatabase, const char *)); 690extern void xrm_merge_string_database P_ ((XrmDatabase, const char *));
690extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, const char *, 691extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, const char *,