mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Add internal prototypes to keep my compiler from complaining.
[originally from svn r2398]
This commit is contained in:
parent
3777de60cb
commit
c66bf11fa1
@ -7,6 +7,11 @@
|
||||
#include "charset.h"
|
||||
#include "internal.h"
|
||||
|
||||
void read_utf8(charset_spec const *, long int, charset_state *,
|
||||
void (*)(void *, long int), void *);
|
||||
void write_utf8(charset_spec const *, long int,
|
||||
charset_state *, void (*)(void *, long int), void *);
|
||||
|
||||
/*
|
||||
* UTF-8 has no associated data, so `charset' may be ignored.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user