glib mainloop fix

implement server status command
support for sink_list/source_list in polyplib


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@110 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-08-10 13:00:12 +00:00
parent e9bed206d2
commit 37d930ac4a
13 changed files with 319 additions and 29 deletions

View file

@ -24,6 +24,14 @@
#include <inttypes.h>
#ifdef __cplusplus
extern "C" {
#endif
const char* pa_strerror(uint32_t error);
#ifdef __cplusplus
}
#endif
#endif