Used in Live Traffic Update Nokia LCD Display Project
Fork of NetServices by
services/mysql/mycrypt.h@0:ac1725ba162c, 2010-11-09 (annotated)
- Committer:
- segundo
- Date:
- Tue Nov 09 20:54:15 2010 +0000
- Revision:
- 0:ac1725ba162c
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
segundo | 0:ac1725ba162c | 1 | #ifndef MYCRYPT_H |
segundo | 0:ac1725ba162c | 2 | #define MYCRYPT_H |
segundo | 0:ac1725ba162c | 3 | |
segundo | 0:ac1725ba162c | 4 | void scramble_323(char *to, const char *message, const char *password); |
segundo | 0:ac1725ba162c | 5 | |
segundo | 0:ac1725ba162c | 6 | #endif |