blob: a1199674d6ed68c3cc21db8e44a85b6e8e9abaee (
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
|