chore: reduce debt with const values
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user