#include #include "encrypt.h" /* Commented out because we have not include the Spidermonkey API yet which is needed to define jsval * static jsval executeJSFunction(const char *file, const char *function, jsval[] argv); */ char *encryptData(EncryptionTypes *type, const char *data){ return strdup(data); } /* Commented out because we have not include the Spidermonkey API yet which is needed to define jsval * static jsval executeJSFunction(const char *file, const char *function, jsval[] argv){ * } */