Darran Shepherd / Mbed 2 deprecated Bonjour

Dependencies:   mbed

services/mysql/mycrypt.h

Committer:
darran
Date:
2010-06-18
Revision:
1:4218cacaf696
Parent:
0:55a05330f8cc

File content as of revision 1:4218cacaf696:

#ifndef MYCRYPT_H
#define MYCRYPT_H

void scramble_323(char *to, const char *message, const char *password);

#endif