mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
9 lines
59 B
C++
9 lines
59 B
C++
#pragma once
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void registerFunctions();
|
|
|
|
}
|