EthernetNetIf Compatibility.
Dependents:
XBeeWiFi_SPI_example
Fork of
NetServicesSource
by Donatien Garnier
services/mysql/mycrypt.h
- Committer:
- donatien
- Date:
- 2010-06-11
- Revision:
- 0:632c9925f013
File content as of revision 0:632c9925f013:
#ifndef MYCRYPT_H
#define MYCRYPT_H
void scramble_323(char *to, const char *message, const char *password);
#endif