diff options
| author | Mistivia <i@mistivia.com> | 2025-12-20 17:41:56 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-12-20 17:41:56 +0800 |
| commit | 9d184d8052944a742236982735b3ab59ca3a8517 (patch) | |
| tree | cd209c1aa8f610ccd15ec2aa5975d4de67d846f3 /ezlive_config.h | |
| parent | b56a4cc5836330e64b4a49b5de76eeb8cbc376d2 (diff) | |
enable config.txt for windows
Diffstat (limited to 'ezlive_config.h')
| -rw-r--r-- | ezlive_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezlive_config.h b/ezlive_config.h index 90dbf8c..576944a 100644 --- a/ezlive_config.h +++ b/ezlive_config.h @@ -16,7 +16,7 @@ typedef struct { extern EZLiveConfig *ezlive_config; void EZLiveConfig_init(EZLiveConfig *self); -void EZLiveConfig_load(EZLiveConfig *self, const char *filename); +bool EZLiveConfig_load(EZLiveConfig *self, const char *filename); int EZLiveConfig_validate(EZLiveConfig *self); #endif
\ No newline at end of file |
