summaryrefslogtreecommitdiffstats
path: root/src/pulse/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-03 18:54:55 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-03 18:54:55 +0200
commit114f290be73889a92e8f0a248a3fde1fd09c2dc9 (patch)
tree5a5e8025c359c6f66028fdd50b19708384179bae /src/pulse/def.h
parent23bde22b1002b8900bb712fe30ffc30ec2deff93 (diff)
add a new error code PA_ERR_NOEXTENSION
Diffstat (limited to 'src/pulse/def.h')
-rw-r--r--src/pulse/def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 95071978..aa07d1c9 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -352,6 +352,7 @@ enum {
PA_ERR_TOOLARGE, /**< Data too large */
PA_ERR_NOTSUPPORTED, /**< Operation not supported \since 0.9.5 */
PA_ERR_UNKNOWN, /**< The error code was unknown to the client */
+ PA_ERR_NOEXTENSION, /**< Extension does not exist. \since 0.9.12 */
PA_ERR_MAX /**< Not really an error but the first invalid error code */
};