replay get form stewgate

Dependencies:   EthernetNetIf NetServices mbed

Fork of HTTPClientExample by Donatien Garnier

Revision:
4:a81d4a6f6e29
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utf8tosjis.h	Sat Aug 31 07:55:46 2013 +0000
@@ -0,0 +1,6 @@
+#ifndef __UTF8TOSJIS_H_
+#define __UTF8TOSJIS_H_
+
+extern "C" int utf8tosjis(const char* utfBuffer, int utfBufLen, char* sjisBuffer, int sjisBufLen);
+
+#endif
\ No newline at end of file