Dependents:   MySQLClientExample MySQLClientExampleMA

LPC1768/services/mysql/mycrypt.h

Committer:
donatien
Date:
2010-06-11
Revision:
0:403b85869e53

File content as of revision 0:403b85869e53:

#ifndef MYCRYPT_H
#define MYCRYPT_H

void scramble_323(char *to, const char *message, const char *password);

#endif