mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fd86829824
Less duplication, less confusion ...
12 lines
199 B
C++
12 lines
199 B
C++
#pragma once
|
|
|
|
#include "config.h"
|
|
|
|
#include <base/types.h>
|
|
|
|
#if USE_KRB5
|
|
|
|
void kerberosInit(const String & keytab_file, const String & principal, const String & cache_name = "");
|
|
|
|
#endif // USE_KRB5
|