NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

services/mysql/mycrypt.h

Committer:
donatien
Date:
2010-08-05
Revision:
11:da4498f591ee
Parent:
0:632c9925f013

File content as of revision 11:da4498f591ee:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif