From 50bfa774f69cd3ee62477f3d21f2b2b25e8d82c6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 3 Feb 2009 03:08:14 +0100 Subject: add new error code PA_ERR_NOTIMPLEMENTED --- src/pulse/def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulse/def.h') diff --git a/src/pulse/def.h b/src/pulse/def.h index 85ac701d..1acf19a0 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -364,6 +364,7 @@ enum { PA_ERR_UNKNOWN, /**< The error code was unknown to the client */ PA_ERR_NOEXTENSION, /**< Extension does not exist. \since 0.9.12 */ PA_ERR_OBSOLETE, /**< Obsolete functionality. \since 0.9.15 */ + PA_ERR_NOTIMPLEMENTED, /**< Missing implementation. \since 0.9.15 */ PA_ERR_MAX /**< Not really an error but the first invalid error code */ }; -- cgit