| 40 | #include "message.hpp" |
| 41 | |
| 42 | struct KeywordMap { |
| 43 | const char *keyword; |
| 44 | MessageCompType type; |
| 45 | }; |
| 46 | |
| 47 | typedef std::map<std::string, customKeyword> kw_map; |
| 48 | kw_map keyword_map; |
nothing calls this directly
no outgoing calls
no test coverage detected