From: YAMAMOTO Mitsuharu Date: Wed, 23 Nov 2005 07:19:24 +0000 (+0000) Subject: (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]: Add prototype. X-Git-Tag: emacs-pretest-22.0.90~5709 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=836d66d3cab5b5e80bccf74f946aba8c34a146aa;p=emacs.git (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]: Add prototype. --- diff --git a/src/macterm.h b/src/macterm.h index 277fd2051c6..1c967e32741 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -584,6 +584,7 @@ extern void mac_clear_font_name_table P_ ((void)); 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)); +extern Lisp_Object cfstring_to_lisp_nodecode P_ ((CFStringRef)); extern Lisp_Object cfstring_to_lisp P_ ((CFStringRef)); extern Lisp_Object cfnumber_to_lisp P_ ((CFNumberRef)); extern Lisp_Object cfdate_to_lisp P_ ((CFDateRef));