Michael Spencer / Mbed 2 deprecated LaOS

Dependencies:   mbed

Revision:
1:f5ac63519541
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NetServices/services/mysql/mycrypt.h	Wed Mar 05 06:14:02 2014 -0800
@@ -0,0 +1,6 @@
+#ifndef MYCRYPT_H
+#define MYCRYPT_H
+
+void scramble_323(char *to, const char *message, const char *password);
+
+#endif