X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.h;h=e68eddf9eedd344bb83ccf44557c9852a9bcda79;hp=4f86444770dc36a7a190a7d4d83c8fd868c678ff;hb=5d54598329a4d04dd0080bc1252d1de85a7befef;hpb=6a8a77b52b636041de54d1022016b4f2aa510c05 diff --git a/src/context.h b/src/context.h index 4f86444..e68eddf 100644 --- a/src/context.h +++ b/src/context.h @@ -31,6 +31,7 @@ void PSI_ContextBuild(PSI_Context *C, const char *path); int PSI_ContextValidate(PSI_Context *C, PSI_Parser *P); zend_function_entry *PSI_ContextCompile(PSI_Context *C); void PSI_ContextCall(PSI_Context *C, impl_val *ret_val, decl *decl); +void PSI_ContextDump(PSI_Context *C, int fd); void PSI_ContextDtor(PSI_Context *C); void PSI_ContextFree(PSI_Context **C);