Used in Live Traffic Update Nokia LCD Display Project
Fork of
NetServices
by Segundo Equipo
services/mysql/mycrypt.h
- Committer:
- segundo
- Date:
- 2010-11-09
- Revision:
- 0:ac1725ba162c
File content as of revision 0:ac1725ba162c:
#ifndef MYCRYPT_H
#define MYCRYPT_H
void scramble_323(char *to, const char *message, const char *password);
#endif