mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
core-util: implement pa_split_spaces_strv()
This commit is contained in:
parent
c5dbf754b5
commit
7fa05bea7e
2 changed files with 26 additions and 0 deletions
|
|
@ -235,4 +235,6 @@ static inline void pa_xstrfreev(char **a) {
|
|||
pa_xfreev((void**) a);
|
||||
}
|
||||
|
||||
char **pa_split_spaces_strv(const char *s);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue