#ifndef ENCRYPT_H #define ENCRYPT_H #include "jsencrypt.h" char *encryptData(EncryptionTypes *type, const char *data); #endif