X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/a197b2248cec667627f35db93acc689c2ddb821d..f4b59008c1616f860f35146237d29f476c56baa8:/src/typemap.h diff --git a/src/typemap.h b/src/typemap.h index ddb5dc6..d43afa7 100644 --- a/src/typemap.h +++ b/src/typemap.h @@ -1,7 +1,8 @@ #ifndef CDECL_TYPEMAP_H_ #define CDECL_TYPEMAP_H_ +#include "cdecl.h" + unsigned long cdecl__build_typemap(struct cdecl_declspec *s); -const char *cdecl__explain_typemap(unsigned long map); #endif