strbuf.h: style fix for prototype
This commit is contained in:
parent
440e5ed7d2
commit
9e185ea920
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Reference in a new issue