commit after reset fuckup
[m6w6/ext-psi] / src / types / cpp_exp.h
index f2706bb95f53b8ae8a32f3fd652f061c55a06adb..d9b3a394dc2caec54c8d1291c6927e489d3bc466 100644 (file)
@@ -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