diff --git a/src/strbuf.h b/src/strbuf.h index ad33ff7..3a6b668 100644 --- a/src/strbuf.h +++ b/src/strbuf.h @@ -59,6 +59,6 @@ void strbuf_rev(strbuf_t *s); void strbuf_squeeze(strbuf_t *s, char ch); -strbuf_t **strbuf_explode(const strbuf_t *s, char sep); +strbuf_t** strbuf_explode(const strbuf_t *s, char sep); #endif /* __STRBUF_H */