mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
core-util: add pa_split_space_in_place function
Reviewed-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
e2be9fca9c
commit
04b46803cd
2 changed files with 20 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ static inline const char *pa_strna(const char *x) {
|
|||
char *pa_split(const char *c, const char *delimiters, const char **state);
|
||||
const char *pa_split_in_place(const char *c, const char *delimiters, int *n, const char **state);
|
||||
char *pa_split_spaces(const char *c, const char **state);
|
||||
const char *pa_split_spaces_in_place(const char *c, int *n, const char **state);
|
||||
|
||||
char *pa_strip_nl(char *s);
|
||||
char *pa_strip(char *s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue