summaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index e32d006..45ecf23 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,6 +1,7 @@
#ifndef _OG_UTILS_H
#define _OG_UTILS_H
-const char *str_toupper(char *str);
+void str_toupper(char *str);
+void str_tolower(char *str);
#endif