about summary refs log tree commit diff
path: root/src/engine/e_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_system.h')
-rw-r--r--src/engine/e_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/e_system.h b/src/engine/e_system.h
index 0f79908d..9902cb24 100644
--- a/src/engine/e_system.h
+++ b/src/engine/e_system.h
@@ -539,6 +539,8 @@ void str_copy(char *dst, const char *src, int dst_size);
 void str_format(char *buffer, int buffer_size, const char *format, ...);
 void str_sanitize_strong(char *str);
 void str_sanitize(char *str);
+int str_comp_nocase(const char *a, const char *b);
+const char *str_find_nocase(const char *haystack, const char *needle);
 
 typedef void (*DBG_LOGGER)(const char *line);
 void dbg_logger(DBG_LOGGER logger);