Dependents:   MySQLClientExample MySQLClientExampleMA

LPC2368/services/mysql/mycrypt.h

Committer:
donatien
Date:
2010-06-18
Revision:
2:68ece456776d
Parent:
0:403b85869e53

File content as of revision 2:68ece456776d:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif