summaryrefslogtreecommitdiffstats
path: root/core/bstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/bstr.h')
-rw-r--r--core/bstr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bstr.h b/core/bstr.h
index bcac6cdba3..7dd318002a 100644
--- a/core/bstr.h
+++ b/core/bstr.h
@@ -58,6 +58,7 @@ int bstrcmp(struct bstr str1, struct bstr str2);
int bstrcasecmp(struct bstr str1, struct bstr str2);
int bstrchr(struct bstr str, int c);
int bstrrchr(struct bstr str, int c);
+int bstrspn(struct bstr str, const char *accept);
int bstrcspn(struct bstr str, const char *reject);
int bstr_find(struct bstr haystack, struct bstr needle);