#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, std::string &host, std::string &port); std::vector parse_control_lst(std::string_view ctrl); } #endif // DRIVER_UTIL_HPP