X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=idl%2Fcompiler.h;h=c5e447fe84dbcbb57345becd9fbd33bef9790c8e;hp=cbf60398d99f360ab5ce3e1111e5e634fbcdce4a;hb=9e0411db099e71409f0ee8a8f464aa34ac65c778;hpb=69008ba2a7733358974c8985caa2e5bcb1182fe1;ds=sidebyside diff --git a/idl/compiler.h b/idl/compiler.h index cbf6039..c5e447f 100644 --- a/idl/compiler.h +++ b/idl/compiler.h @@ -9,7 +9,8 @@ typedef struct PSI_Compiler { impls *impls; char *lib; char *fn; -}; +} PSI_Compiler; + PSI_Compiler *PSI_CompilerInit(PSI_Compiler *C, PSI_Validator *V); #endif