chore: reduce debt with const values

This commit is contained in:
2025-11-10 16:29:11 +01:00
parent 1c737f4ac6
commit 5532cbf53e
20 changed files with 123 additions and 104 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#ifndef CONFIG_FILE_H
#define CONFIG_FILE_H
void config_file_read(ConfigFile *config, char *path);
void config_file_read(ConfigFile *config, const char *path);
const char *config_file_get_str(const ConfigFile *config, const char *key,
const char *default_value);