diff options
Diffstat (limited to 'src/pulse/def.h')
| -rw-r--r-- | src/pulse/def.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/pulse/def.h b/src/pulse/def.h index 01ed0f6d..a22e3c19 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -161,6 +161,7 @@ enum {      PA_ERR_NODATA,                 /**< No data */      PA_ERR_VERSION,                /**< Incompatible protocol version \since 0.8 */      PA_ERR_TOOLARGE,               /**< Data too large \since 0.8.1 */ +    PA_ERR_NOTSUPPORTED,           /**< Operation not supported \since 0.9.5 */      PA_ERR_MAX                     /**< Not really an error but the first invalid error code */  }; | 
