Add internal prototypes to keep my compiler from complaining.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Dec 2002 21:12:29 +0000 (21:12 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Dec 2002 21:12:29 +0000 (21:12 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2398 cda61777-01e9-0310-a592-d414129be87e

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.
  */