change to VodafoneUSB Modem interface
Fork of MySQLClient by
LPC2368/services/mysql/mycrypt.h@6:cb3bd3012d79, 2013-11-22 (annotated)
- Committer:
- loc_tran17
- Date:
- Fri Nov 22 07:38:25 2013 +0000
- Revision:
- 6:cb3bd3012d79
- Parent:
- 0:403b85869e53
trial with MySQLClient
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 |