Net stack with AutoIP enabled

Dependencies:   mbed

services/mysql/mycrypt.h

Committer:
darran
Date:
2010-07-02
Revision:
0:ac21159e27f4

File content as of revision 0:ac21159e27f4:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif