summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-15 19:16:57 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-15 19:16:57 +0000
commitf5d47a293aa32a8273ef02c597cb263527726465 (patch)
tree82e34cdafba576e1e28a643df3e814de611ccaf4 /polyp/polyplib-def.h
parent9ca72dce0bda4e279ff82a01847ee09a72434b33 (diff)
work around C99/GCC incompatibility
native protocol: add "local" field to pa_context add volume paramter to pa_stream_connect_playback add support for renaming streams/clients support lazy samples add functions to kill clients/source inputs/sink outputs add functions for loading/unloading modules add autoload management API git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@204 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-def.h')
-rw-r--r--polyp/polyplib-def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/polyplib-def.h b/polyp/polyplib-def.h
index 2aa33338..9bba3f32 100644
--- a/polyp/polyplib-def.h
+++ b/polyp/polyplib-def.h
@@ -94,6 +94,7 @@ enum {
PA_ERROR_CONNECTIONTERMINATED, /**< Connection terminated */
PA_ERROR_KILLED, /**< Entity killed */
PA_ERROR_INVALIDSERVER, /**< Invalid server */
+ PA_ERROR_INITFAILED, /**< Module initialization failed */
PA_ERROR_MAX /**< Not really an error but the first invalid error code */
};