commit after reset fuckup
[m6w6/ext-psi] / src / types / return_exp.h
index 864a7986d61defadaab79fcd740aab0e4232a74b..ead554a30f727517896d93bd90374f4d5c0cb49f 100644 (file)
@@ -36,11 +36,11 @@ 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,
                struct psi_validate_scope *scope);
-const char *psi_return_exp_get_decl_name(struct psi_return_exp *exp);
+zend_string *psi_return_exp_get_decl_name(struct psi_return_exp *exp);
 
 #endif /* RETURN_EXP_H */