X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.h;fp=src%2Fcontext.h;h=92c9d2c52d09965054eb7294028e1b2f7f139b35;hp=6611a4a50f3f8631634bd593a121c07aab75c012;hb=7d89722785c32163fe6252ed199c86ba6ee0e28c;hpb=43f9e142088705cc003bb021a32ecd4d4d3b3d2b diff --git a/src/context.h b/src/context.h index 6611a4a..92c9d2c 100644 --- a/src/context.h +++ b/src/context.h @@ -14,7 +14,7 @@ struct PSI_ContextOps { void (*init)(PSI_Context *C); void (*dtor)(PSI_Context *C); zend_function_entry *(*compile)(PSI_Context *C); - void (*call)(PSI_Context *C, decl *decl); + void (*call)(PSI_Context *C, decl_callinfo *decl_call); }; struct PSI_Context {