#ifndef WHY2_ENCRYPTER_H #define WHY2_ENCRYPTER_H #include outputFlags encryptText(char *text, char *keyNew); //TEXT from WILL BE ENCRYPTED WITH KEY AND RETURNED #endif