aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorPaul Eggert2019-08-24 11:42:28 -0700
committerPaul Eggert2019-08-24 15:55:08 -0700
commitb62eac0f870754bc75b1162246f9901a04910044 (patch)
tree4b392cfe5a8c36c6a735fd25228d3622ccbd17b5 /src/coding.h
parentaa49aa884053d0e8b33efe265f2aade19d1f3f3d (diff)
downloademacs-b62eac0f870754bc75b1162246f9901a04910044.tar.gz
emacs-b62eac0f870754bc75b1162246f9901a04910044.zip
extern function cleanup
Most of these functions can be static. A few are unused. * src/coding.c (encode_string_utf_8, decode_string_utf_8): Define only if ENABLE_UTF_8_CONVERTER_TEST, as they're not needed otherwise. * src/coding.c (encode_string_utf_8, decode_string_utf_8): * src/data.c (integer_mod): * src/fns.c (base64_encode_region_1, base64_encode_string_1): * src/ftfont.c (ftfont_get_fc_charset): Now static. * src/sysdep.c (verrprintf): Remove; unused.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coding.h b/src/coding.h
index 8efddbf55c4..70690d42d30 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -689,10 +689,6 @@ extern Lisp_Object code_convert_string (Lisp_Object, Lisp_Object,
689 Lisp_Object, bool, bool, bool); 689 Lisp_Object, bool, bool, bool);
690extern Lisp_Object code_convert_string_norecord (Lisp_Object, Lisp_Object, 690extern Lisp_Object code_convert_string_norecord (Lisp_Object, Lisp_Object,
691 bool); 691 bool);
692extern Lisp_Object encode_string_utf_8 (Lisp_Object, Lisp_Object, bool,
693 Lisp_Object, Lisp_Object);
694extern Lisp_Object decode_string_utf_8 (Lisp_Object, Lisp_Object, bool,
695 Lisp_Object, Lisp_Object);
696extern Lisp_Object encode_file_name (Lisp_Object); 692extern Lisp_Object encode_file_name (Lisp_Object);
697extern Lisp_Object decode_file_name (Lisp_Object); 693extern Lisp_Object decode_file_name (Lisp_Object);
698extern Lisp_Object raw_text_coding_system (Lisp_Object); 694extern Lisp_Object raw_text_coding_system (Lisp_Object);