26#ifndef MYSQL_HARNESS_HOSTNAME_VALIDATOR_INCLUDED
27#define MYSQL_HARNESS_HOSTNAME_VALIDATOR_INCLUDED
29#include "harness_export.h"
bool HARNESS_EXPORT is_valid_ip_address(const std::string &address)
Definition: hostname_validator.cc:34
bool HARNESS_EXPORT is_valid_hostname(const std::string &address)
check if address is a hostname.
Definition: hostname_validator.cc:50
bool HARNESS_EXPORT is_valid_domainname(const std::string &address)
check if address is a domainname.
Definition: hostname_validator.cc:65