mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
The root directory is already overcrowded. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
10 lines
100 B
C++
10 lines
100 B
C++
/*
|
|
* Copyright (C) 2019 ScyllaDB
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string get_build_id();
|