Dependents: MySQLClientExample MySQLClientExampleMA
LPC1768/services/mysql/mycrypt.h
- Committer:
- donatien
- Date:
- 2010-08-05
- Revision:
- 5:91c24a06d12c
- Parent:
- 0:403b85869e53
File content as of revision 5:91c24a06d12c:
#ifndef MYCRYPT_H #define MYCRYPT_H void scramble_323(char *to, const char *message, const char *password); #endif