X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/0b6c0a1a3749b47249c4347530862ca034bac674..122745b9f9cd351b859fd2969ad219b7e375c754:/src/typemap.h diff --git a/src/typemap.h b/src/typemap.h index 285ff29..d43afa7 100644 --- a/src/typemap.h +++ b/src/typemap.h @@ -1,7 +1,8 @@ #ifndef CDECL_TYPEMAP_H_ #define CDECL_TYPEMAP_H_ -_Bool cdecl__typemap_is_valid(unsigned long map); +#include "cdecl.h" + unsigned long cdecl__build_typemap(struct cdecl_declspec *s); #endif