Used in Live Traffic Update Nokia LCD Display Project

Fork of NetServices by Segundo Equipo

services/mysql/mycrypt.h

Committer:
rrajan8
Date:
2013-03-06
Revision:
8:92b57208ab99
Parent:
0:ac1725ba162c

File content as of revision 8:92b57208ab99:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif