diff options
Diffstat (limited to 'bstr.h')
-rw-r--r-- | bstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ static inline int bstr_find0(struct bstr haystack, const char *needle) return bstr_find(haystack, bstr0(needle)); } -static inline int bstr_eatstart0(struct bstr *s, char *prefix) +static inline int bstr_eatstart0(struct bstr *s, const char *prefix) { return bstr_eatstart(s, bstr0(prefix)); } |