diff options
| author | Mistivia <i@mistivia.com> | 2025-11-30 21:57:37 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-30 21:57:37 +0800 |
| commit | 71549ca55d515c69efd87a2a58401c135db39e21 (patch) | |
| tree | 5481e10ec6e3a87c7096e1f8196e6020a9113131 /ezlive_config.h | |
| parent | 1929cd6231a38a4bcd8950417a038ec35c60b54d (diff) | |
add live key support
Diffstat (limited to 'ezlive_config.h')
| -rw-r--r-- | ezlive_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ezlive_config.h b/ezlive_config.h index a8ba0b7..90dbf8c 100644 --- a/ezlive_config.h +++ b/ezlive_config.h @@ -10,6 +10,7 @@ typedef struct { const char *access_key; const char *secret_key; const char *region; + const char *key; } EZLiveConfig; extern EZLiveConfig *ezlive_config; |
