summaryrefslogtreecommitdiffstats
path: root/include/strutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/strutils.h')
-rw-r--r--include/strutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/strutils.h b/include/strutils.h
index 9765a7747..ef283dfed 100644
--- a/include/strutils.h
+++ b/include/strutils.h
@@ -47,4 +47,6 @@ extern int string_to_bitarray(const char *list, char *ary,
extern int parse_range(const char *str, int *lower, int *upper, int def);
+extern int streq_except_trailing_slash(const char *s1, const char *s2);
+
#endif