mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
move sample cache to namereg
documentation git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@141 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e0fe68a2d4
commit
f9b58fb0ea
27 changed files with 252 additions and 136 deletions
|
|
@ -29,7 +29,7 @@ void pa_strbuf_free(struct pa_strbuf *sb);
|
|||
char *pa_strbuf_tostring(struct pa_strbuf *sb);
|
||||
char *pa_strbuf_tostring_free(struct pa_strbuf *sb);
|
||||
|
||||
int pa_strbuf_printf(struct pa_strbuf *sb, const char *format, ...) __attribute__ ((format (printf, 2, 3)));;
|
||||
int pa_strbuf_printf(struct pa_strbuf *sb, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
|
||||
void pa_strbuf_puts(struct pa_strbuf *sb, const char *t);
|
||||
void pa_strbuf_putsn(struct pa_strbuf *sb, const char *t, size_t m);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue