Dependents: MySQLClientExample MySQLClientExampleMA
LPC1768/services/mysql/mycrypt.h@0:403b85869e53, 2010-06-11 (annotated)
- Committer:
- donatien
- Date:
- Fri Jun 11 16:26:30 2010 +0000
- Revision:
- 0:403b85869e53
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
donatien | 0:403b85869e53 | 1 | #ifndef MYCRYPT_H |
donatien | 0:403b85869e53 | 2 | #define MYCRYPT_H |
donatien | 0:403b85869e53 | 3 | |
donatien | 0:403b85869e53 | 4 | void scramble_323(char *to, const char *message, const char *password); |
donatien | 0:403b85869e53 | 5 | |
donatien | 0:403b85869e53 | 6 | #endif |