X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a31810840dad98cc0c5902565c37fb4bd7408255..e3432aa4aea536c1a74004f5cde85468799067f7:/src/lisp.h diff --git a/src/lisp.h b/src/lisp.h index 717db80e55..7bbe88bf67 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2163,6 +2163,7 @@ extern void syms_of_coding P_ ((void)); /* Defined in character.c */ extern void init_character_once P_ ((void)); extern void syms_of_character P_ ((void)); +EXFUN (Funibyte_char_to_multibyte, 1); /* Defined in charset.c */ EXFUN (Fchar_bytes, 1);