25#ifndef MYSQL_HARNESS_HOSTNAME_VALIDATOR_INCLUDED
26#define MYSQL_HARNESS_HOSTNAME_VALIDATOR_INCLUDED
28#include "harness_export.h"
bool HARNESS_EXPORT is_valid_ip_address(const std::string &address)
Definition: hostname_validator.cc:33
bool HARNESS_EXPORT is_valid_hostname(const std::string &address)
check if address is a hostname.
Definition: hostname_validator.cc:49
bool HARNESS_EXPORT is_valid_domainname(const std::string &address)
check if address is a domainname.
Definition: hostname_validator.cc:64