mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(run_pre_post_conversion_on_str): Add prototype.
This commit is contained in:
parent
54a0c8a620
commit
f227fdedfb
2 changed files with 7 additions and 0 deletions
|
|
@ -626,6 +626,9 @@ extern void coding_restore_composition P_ ((struct coding_system *,
|
|||
Lisp_Object));
|
||||
extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
|
||||
int, int));
|
||||
extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object,
|
||||
struct coding_system *,
|
||||
int));
|
||||
extern int decoding_buffer_size P_ ((struct coding_system *, int));
|
||||
extern int encoding_buffer_size P_ ((struct coding_system *, int));
|
||||
extern void detect_coding P_ ((struct coding_system *, unsigned char *, int));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue