X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/478d4ed0925f2e61fbcdc4672104620342c52c4c..4cf49641600bf5204fce42b168b489ea19fc865a:/cycript.hpp diff --git a/cycript.hpp b/cycript.hpp index 1096ac1..b73d5c6 100644 --- a/cycript.hpp +++ b/cycript.hpp @@ -11,7 +11,7 @@ #include JSGlobalContextRef CYGetJSContext(); -const char *CYPoolJSONString(apr_pool_t *pool, JSContextRef context, JSValueRef value); +const char *CYPoolJSONString(apr_pool_t *pool, JSContextRef context, JSValueRef value, JSValueRef *exception); void CYSetArgs(int argc, const char *argv[]); #endif/*CYCRIPT_HPP*/