irsan julfikar / NetServices

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