summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corestr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/corestr.h')
-rw-r--r--src/lib/util/corestr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/corestr.h b/src/lib/util/corestr.h
index 1e12c0d0e24..9a9bce23e99 100644
--- a/src/lib/util/corestr.h
+++ b/src/lib/util/corestr.h
@@ -59,6 +59,7 @@ char *core_strdup(const char *str);
/* additional string compare helper (up to 16 characters at the moment) */
int core_strwildcmp(const char *sp1, const char *sp2);
+bool core_iswildstr(const char *sp);
int strcatvprintf(std::string &str, const char *format, va_list args);