]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Add internal prototypes to keep my compiler from complaining.
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 31 Dec 2002 21:12:29 +0000 (21:12 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 31 Dec 2002 21:12:29 +0000 (21:12 +0000)
git-svn-id: http://svn.tartarus.org/sgt/putty@2398 cda61777-01e9-0310-a592-d414129be87e

charset/utf8.c

index c82a21597aa72973d1242070252530014d18a963..3c777292d925bd48f9268057894a4fb5238ce59a 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.
  */