HTTPClient using static IP

Dependencies:   mbed

NetServices/services/mysql/mycrypt.h

Committer:
mr_q
Date:
2011-05-30
Revision:
0:d8f2f7d5f31b

File content as of revision 0:d8f2f7d5f31b:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif