flush
[m6w6/ext-psi] / src / context.h
index 6611a4a50f3f8631634bd593a121c07aab75c012..92c9d2c52d09965054eb7294028e1b2f7f139b35 100644 (file)
@@ -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 {