X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fnum_exp.h;h=db3aaf0174e97737f45425af6e19d1bb9d9cc409;hb=698841dfdd4d70d24e0b7af25ac7100bc2cb26a4;hp=df7c6f5d2ad3192915bd65416e6723c9f4e7faa6;hpb=a7ac1c0a3c855321f21682c127a4b707de33a303;p=m6w6%2Fext-psi diff --git a/src/types/num_exp.h b/src/types/num_exp.h index df7c6f5..db3aaf0 100644 --- a/src/types/num_exp.h +++ b/src/types/num_exp.h @@ -77,7 +77,7 @@ void psi_num_exp_free(struct psi_num_exp **c_ptr); struct psi_num_exp *psi_num_exp_copy(struct psi_num_exp *exp); void psi_num_exp_copy_ctor(struct psi_num_exp **exp_ptr); -void psi_num_exp_dump(int fd, struct psi_num_exp *exp); +void psi_num_exp_dump(struct psi_dump *dump, struct psi_num_exp *exp); bool psi_num_exp_validate(struct psi_data *data, struct psi_num_exp *exp, struct psi_validate_scope *scope);