cmcfarlen commented on code in PR #11951: URL: https://github.com/apache/trafficserver/pull/11951#discussion_r1913748373
########## include/proxy/http/remap/RemapConfig.h: ########## @@ -76,6 +76,7 @@ struct BUILD_TABLE_INFO { }; const char *remap_parse_directive(BUILD_TABLE_INFO *bti, char *errbuf, size_t errbufsize); +bool remap_parse_config_bti(const char *path, BUILD_TABLE_INFO *bti); Review Comment: This declaration moved out of anonymous namespace so it can be tested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org