NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

services/mysql/mycrypt.h

Committer:
donatien
Date:
2010-06-11
Revision:
0:632c9925f013

File content as of revision 0:632c9925f013:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif