aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-08-26 11:02:37 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-08-26 11:02:37 -0500
commit624c04b33afff299121a5ded475070a2f0236cff (patch)
tree031e56c4c5fb552ec6b768d9fefe412b0959fbc0 /src/util.h
parentad016f5bc55c6093c1c67e64ad931192291b5c62 (diff)
fix: cfg syntax verification and usage messages improved
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index d5cb403..00567a8 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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);
Feel free to download, copy and edit any repo