X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.h;h=a54e69a5cde08d6f3edefa7d5c40e20cabffdc76;hp=386304b718647c8611a72ec7369e861168cca208;hb=52815a5aac85e8c69ffba76c25a51de3b6ae1365;hpb=b4a3c33fc143fd57288fcfe0878e7a22eeaf61bf diff --git a/src/context.h b/src/context.h index 386304b..a54e69a 100644 --- a/src/context.h +++ b/src/context.h @@ -29,7 +29,7 @@ struct PSI_Context { PSI_Context *PSI_ContextInit(PSI_Context *C, PSI_ContextOps *ops, PSI_ContextErrorFunc error); void PSI_ContextBuild(PSI_Context *C, const char *path); int PSI_ContextValidate(PSI_Context *C, PSI_Parser *P); -void PSI_ContextValidatePredef(PSI_Context *C, PSI_Data *D); +int PSI_ContextValidateData(PSI_Data *C, PSI_Data *D); zend_function_entry *PSI_ContextCompile(PSI_Context *C); void PSI_ContextCall(PSI_Context *C, decl_callinfo *decl_call, impl_vararg *va); void PSI_ContextDump(PSI_Context *C, int fd);