aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/build_info/sandbox.h
blob: 924ff89c8c48e932bc5bee41cdaee17faf23e4ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#if defined(__cplusplus)
extern "C" {
#endif

const char* GetSandboxTaskId();
const char* GetKosherSvnVersion();

#if defined(__cplusplus)
}
#endif