X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Freturn_exp.h;h=864a7986d61defadaab79fcd740aab0e4232a74b;hb=02e801eabbe26a129ea05e6723c94e10bb653dab;hp=bbd180484787b6923529b3c30a9509a01abe7bef;hpb=b78637d9020222f1032349f231c0dc84a69797bc;p=m6w6%2Fext-psi diff --git a/src/types/return_exp.h b/src/types/return_exp.h index bbd1804..864a798 100644 --- a/src/types/return_exp.h +++ b/src/types/return_exp.h @@ -40,7 +40,7 @@ void psi_return_exp_dump(int fd, struct psi_return_exp *exp); void psi_return_exp_exec(struct psi_return_exp *exp, zval *return_value, struct psi_call_frame *frame); bool psi_return_exp_validate(struct psi_data *data, struct psi_return_exp *exp, - struct psi_impl *impl); + struct psi_validate_scope *scope); const char *psi_return_exp_get_decl_name(struct psi_return_exp *exp); #endif /* RETURN_EXP_H */