feat(config): add config_get_vhost()

This commit is contained in:
2026-03-28 19:14:32 +01:00
parent d400722563
commit c183477686
4 changed files with 31 additions and 15 deletions
+2
View File
@@ -29,4 +29,6 @@ cws_config_s *cws_config_init(void);
void cws_config_free(cws_config_s *config);
cws_vhost_s *config_get_vhost(cws_config_s *config, char *host);
#endif