mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
11 lines
175 B
C++
11 lines
175 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void assertProcessUserMatchesDataOwner(
|
|
const std::string & path, std::function<void(const std::string &)> on_warning);
|
|
|
|
}
|