HTTPClient using static IP

Dependencies:   mbed

Revision:
0:d8f2f7d5f31b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NetServices/services/mysql/mycrypt.h	Mon May 30 11:53:37 2011 +0000
@@ -0,0 +1,6 @@
+#ifndef MYCRYPT_H
+#define MYCRYPT_H
+
+void scramble_323(char *to, const char *message, const char *password);
+
+#endif