diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-15 22:06:06 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-16 12:05:24 +0100 |
| commit | 865528b34398ee4ad9d7dcfa86e54e27106bd4d5 (patch) | |
| tree | a284a217be7bfc42fcceb37c26552f87ac8bd974 /vterm-module.h | |
| parent | bcf25fa15a086ac8c083835e4d2d3cde1642740e (diff) | |
Extract utf8.c
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vterm-module.h b/vterm-module.h index 6a9c953..cd755b6 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -36,10 +36,6 @@ static emacs_value Finsert; static emacs_value Fgoto_char; static emacs_value Fput_text_property; -static size_t codepoint_to_utf8(const uint32_t codepoint, - unsigned char buffer[4]); -static bool utf8_to_codepoint(const unsigned char buffer[4], const size_t len, - uint32_t *codepoint); static void bind_function(emacs_env *env, const char *name, emacs_value Sfun); static void provide(emacs_env *env, const char *feature); static int string_bytes(emacs_env *env, emacs_value string); |
