Dirk-Willem van Gulik (NXP/mbed)
/
Bonjour
Bonjour/Zerconf library
services/mysql/mycrypt.h@0:355018f44c9f, 2010-07-21 (annotated)
- Committer:
- dirkx
- Date:
- Wed Jul 21 19:25:56 2010 +0000
- Revision:
- 0:355018f44c9f
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dirkx | 0:355018f44c9f | 1 | #ifndef MYCRYPT_H |
dirkx | 0:355018f44c9f | 2 | #define MYCRYPT_H |
dirkx | 0:355018f44c9f | 3 | |
dirkx | 0:355018f44c9f | 4 | void scramble_323(char *to, const char *message, const char *password); |
dirkx | 0:355018f44c9f | 5 | |
dirkx | 0:355018f44c9f | 6 | #endif |