diff options
Diffstat (limited to 'src/fstring.h')
-rw-r--r-- | src/fstring.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fstring.h b/src/fstring.h index f5d7fffa3..00fac9039 100644 --- a/src/fstring.h +++ b/src/fstring.h @@ -98,4 +98,9 @@ uint32_t fstrhash (f_str_t *str); */ char* fstrcstr (f_str_t *str, memory_pool_t *pool); +/* + * Strip fstr string from space symbols + */ +void fstrstrip (f_str_t *str); + #endif |