prepare varargs calls
[m6w6/ext-psi] / src / context.c
index ba9fabb9cc8e0c0d5ed4542e9f92d96cf1a33f1e..ba587201926ffafc0286fce4b8c76d1dc8fdf491 100644 (file)
@@ -1214,9 +1214,9 @@ zend_function_entry *PSI_ContextCompile(PSI_Context *C)
 }
 
 
-void PSI_ContextCall(PSI_Context *C, impl_val *ret_val, decl *decl)
+void PSI_ContextCall(PSI_Context *C, decl_callinfo *decl_call)
 {
-       C->ops->call(C, ret_val, decl);
+       C->ops->call(C, decl_call);
 }
 
 static inline void dump_decl_type(int fd, decl_type *t) {