NetTribute library with debug turned on in FShandler Donatien Garner -> Segundo Equipo -> this version

services/mysql/mycrypt.h

Committer:
hexley
Date:
2010-11-19
Revision:
0:281d6ff68967

File content as of revision 0:281d6ff68967:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif