Add more prototypes.
This commit is contained in:
parent
dfcf069d56
commit
ec5d8db72d
9 changed files with 238 additions and 55 deletions
|
@ -515,6 +515,8 @@ extern int decode_coding P_ ((struct coding_system *, unsigned char *,
|
|||
unsigned char *, int, int));
|
||||
extern int encode_coding P_ ((struct coding_system *, unsigned char *,
|
||||
unsigned char *, int, int));
|
||||
extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
|
||||
int, 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