aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_type.h')
-rw-r--r--src/c_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_type.h b/src/c_type.h
index 1347fcc..3b1e022 100644
--- a/src/c_type.h
+++ b/src/c_type.h
@@ -135,6 +135,7 @@ bool getfield(FieldData *res, Type, internstr);
Type completetype(internstr name, int id, TypeData *td);
Type typedecay(Type);
bool assigncompat(Type dst, Type src);
+bool typescompat(Type *pcomposite, Type, Type);
enum typetag intpromote(enum typetag);
Type cvtarith(Type a, Type b);
Type complex2struct(Type);