Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / charset / utf8.c
index c82a215..3c77729 100644 (file)
@@ -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.
  */