SQL Client with VodafoneUSBModem
Fork of MySQLClient by
LPC1768/services/mysql/mycrypt.h
- Committer:
- loc_tran17
- Date:
- 2013-11-22
- Revision:
- 8:cdb6d1236f37
- Parent:
- 0:403b85869e53
File content as of revision 8:cdb6d1236f37:
#ifndef MYCRYPT_H #define MYCRYPT_H void scramble_323(char *to, const char *message, const char *password); #endif