12 lines
128 B
C
12 lines
128 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const char *get_secret_key(const char *key);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|