diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index 28a7d776b63..c13567c3d53 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -715,6 +715,9 @@ extern wchar_t *to_unicode (Lisp_Object str, Lisp_Object *buf); | |||
| 715 | failure modes. STR itself is not modified. */ | 715 | failure modes. STR itself is not modified. */ |
| 716 | extern Lisp_Object from_unicode (Lisp_Object str); | 716 | extern Lisp_Object from_unicode (Lisp_Object str); |
| 717 | 717 | ||
| 718 | /* Convert WSTR to an Emacs string. */ | ||
| 719 | extern Lisp_Object from_unicode_buffer (const wchar_t* wstr); | ||
| 720 | |||
| 718 | #endif /* WINDOWSNT || CYGWIN */ | 721 | #endif /* WINDOWSNT || CYGWIN */ |
| 719 | 722 | ||
| 720 | /* Macros for backward compatibility. */ | 723 | /* Macros for backward compatibility. */ |