X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Freturn_exp.h;h=864a7986d61defadaab79fcd740aab0e4232a74b;hp=bbd180484787b6923529b3c30a9509a01abe7bef;hb=c9384515a81cb64d345b299908b2852f51bb8e6e;hpb=b78637d9020222f1032349f231c0dc84a69797bc 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 */