diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 12:05:39 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 12:05:39 +0530 |
commit | 94472267467be35d94c3509f034bd0826866cf05 (patch) | |
tree | 311f3b213f5302940bc102200bea85a0d3b437c1 /include/config.h | |
parent | 955face03fc66f20fd03c94a3cb00fbe025ed8dc (diff) |
config: implement config_fetch_and_parse()
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index baf4fef..4451054 100644 --- a/include/config.h +++ b/include/config.h @@ -13,5 +13,6 @@ typedef struct { } config_t; config_t *config_parse(char *content); +config_t *config_fetch_and_parse(char *path); #endif |