
#ifndef XOR_INCLUDED


#define XOR_INCLUDED

void xor_encode( char *buff, int size, char *password );


#endif

