#ifndef DRIVER_UTIL_HPP #define DRIVER_UTIL_HPP #include "wrap-string.hpp" #include "wrap-vector.hpp" #include namespace drv { void split_host_port(std::string_view target, drv::string &host, drv::string &port); drv::vector parse_control_lst(std::string_view ctrl); } #endif // DRIVER_UTIL_HPP