aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorame <[email protected]>2026-06-08 22:43:05 -0500
committerame <[email protected]>2026-06-08 22:43:05 -0500
commit66aedfd65cff3494b70e8072646094479e3bfed8 (patch)
tree0106935549143d542819da445e9a74740d617d94 /src/util.h
parent4cbf47f295fc65e4a470d93194259d80c942b32b (diff)
net util
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 588b968..3672c08 100644
--- a/src/util.h
+++ b/src/util.h
@@ -34,6 +34,9 @@
int gen_parse(char*,int, parray_t**);
+int tolower(int i);
+void str_lowercase(str* str);
+
#define p_fatal(M) _p_fatal(M, __LINE__, __FILE__, __func__ );
void _p_fatal(const char*, int, const char*, const char*);
void p_error(const char*);