aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/build_info/sandbox.h
blob: 331340db18350b242debc50bafb36b61384e60cd (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