]> git.draconx.ca Git - cdecl99.git/blobdiff - src/typemap.h
Use gperf to implement command selection.
[cdecl99.git] / src / typemap.h
index ddb5dc60cc334351aaee1ff9c3902effbee2affc..d43afa76b4363a27bb41720ff27a6ca0aec911cc 100644 (file)
@@ -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