X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/0b6c0a1a3749b47249c4347530862ca034bac674..d3e3654f75d01376794676885589a911d4b12e41:/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