X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fcpp_exp.h;h=d9b3a394dc2caec54c8d1291c6927e489d3bc466;hb=5637e16c2c56225bd92904498de691760535ac2a;hp=f2706bb95f53b8ae8a32f3fd652f061c55a06adb;hpb=42f44eb5bf4ecd36e26e051fada79d861d0f92d2;p=m6w6%2Fext-psi diff --git a/src/types/cpp_exp.h b/src/types/cpp_exp.h index f2706bb..d9b3a39 100644 --- a/src/types/cpp_exp.h +++ b/src/types/cpp_exp.h @@ -45,7 +45,7 @@ struct psi_cpp_exp { struct psi_cpp_exp *psi_cpp_exp_init(token_t type, void *data); void psi_cpp_exp_free(struct psi_cpp_exp **exp_ptr); -void psi_cpp_exp_dump(int fd, struct psi_cpp_exp *exp); +void psi_cpp_exp_dump(struct psi_dump *dump, struct psi_cpp_exp *exp); void psi_cpp_exp_exec(struct psi_cpp_exp *exp, struct psi_cpp *cpp, struct psi_data *D); #endif