Bonjour/Zerconf library

Dependencies:   mbed

services/mysql/mycrypt.h

Committer:
dirkx
Date:
2010-08-14
Revision:
5:8e53abda9900
Parent:
0:355018f44c9f

File content as of revision 5:8e53abda9900:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif