X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Flet_func.h;h=936c38d0a0d2b3aff680547664adf22d682acb74;hp=b02d20c678de0680d218278df4443cb003024ac4;hb=a107dfcca2dfd0fc5a2779a8d679f778cb8f3290;hpb=dfc032e7e195fc09c5ad2cda81d00a8958b80a66 diff --git a/src/types/let_func.h b/src/types/let_func.h index b02d20c..936c38d 100644 --- a/src/types/let_func.h +++ b/src/types/let_func.h @@ -46,7 +46,8 @@ void dump_let_func(int fd, let_func *func, unsigned level); struct psi_data; struct impl; +struct let_val; -int validate_let_func(struct psi_data *data, let_func *func, decl_var *let_var, struct impl *impl); +int validate_let_func(struct psi_data *data, struct let_val *val, let_func *func, decl_var *let_var, struct impl *impl); #endif