diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ struct Configs { void die(const char *fmt, ...); void *ecalloc(size_t nmemb, size_t size); +void *erealloc(void *ptr, size_t size); void util_load_cli(struct Configs *ml, int argc, char *argv[]); void util_load_config(struct Configs *ml, char *filepath); void util_free_config(struct Configs *ml); |