X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Freturn_exp.h;h=ead554a30f727517896d93bd90374f4d5c0cb49f;hb=698841dfdd4d70d24e0b7af25ac7100bc2cb26a4;hp=b76313a72e46090fb596b74726b480d467316217;hpb=2fa436074ca9a5e87f39b696de832fa2188fcfc6;p=m6w6%2Fext-psi diff --git a/src/types/return_exp.h b/src/types/return_exp.h index b76313a..ead554a 100644 --- a/src/types/return_exp.h +++ b/src/types/return_exp.h @@ -36,7 +36,7 @@ struct psi_return_exp { struct psi_return_exp *psi_return_exp_init(struct psi_decl_var *func, struct psi_plist *args, struct psi_set_exp *set); void psi_return_exp_free(struct psi_return_exp **exp_ptr); -void psi_return_exp_dump(int fd, struct psi_return_exp *exp); +void psi_return_exp_dump(struct psi_dump *dump, 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,