blob: 3c5e9109800581bfdcd21a6e5778b7edb911ab73 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <string>
// This file was automatically generated with generate-tld.sh, do not edit manually!
namespace QuickMedia {
bool is_tld(const std::string &str);
}
|