Experimental HTTPClient with proxy support

services/mysql/mycrypt.h

Committer:
igorsk
Date:
2011-06-29
Revision:
0:b56b6a05cad4

File content as of revision 0:b56b6a05cad4:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif