From 2efa75a0a9ca73f2a5b6ec71e5ae6cb43cdab580 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 15 Sep 2025 09:58:01 +0200 Subject: Allow specifying configuration directory to use --- src/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index bbfa965..294ca18 100644 --- a/src/conf.h +++ b/src/conf.h @@ -27,6 +27,7 @@ #include const char *config_get_config_dir(); +int config_set_config_dir(const char* path); void config_get_system_buid(char **system_buid); -- cgit v1.1-32-gdbae