diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-09-06 17:19:08 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-09-06 17:19:08 -0400 |
| commit | f41fa9e4b3c29e80d9071120113ec33a9d27d005 (patch) | |
| tree | f55a564a4c2b96aea4419bf19c0ae9efa1ba6eb9 /src/Config.h | |
| parent | acdff2d3a2f9283db61f5bbc08a303c69635304f (diff) | |
| download | omnisearch-f41fa9e4b3c29e80d9071120113ec33a9d27d005.tar.gz | |
refactor: clean up config parsing with minor QoL tweaksindev
Diffstat (limited to 'src/Config.h')
| -rw-r--r-- | src/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index f0bdf4b..17ce1d9 100644 --- a/src/Config.h +++ b/src/Config.h @@ -54,6 +54,7 @@ typedef struct { int rate_limit_images_interval; } Config; +void config_set_defaults(Config *config); int load_config(const char *filename, Config *config); #endif |
