summaryrefslogtreecommitdiffstats
path: root/src/polyp-error.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-10 19:04:21 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-10 19:04:21 +0000
commit5ea96e312be3aa495e77786283e1edea7592047f (patch)
tree5a112621f1ddcf1883128df1a365c25a62752365 /src/polyp-error.c
parent70bb8165ec0aefef08d524dc72baa29df658b4c0 (diff)
implement parec-simple and matching simple recording API
add support for killing source outputs in native protocol fix channel management in client library git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@56 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp-error.c')
-rw-r--r--src/polyp-error.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/polyp-error.c b/src/polyp-error.c
index 861711a2..86166b0c 100644
--- a/src/polyp-error.c
+++ b/src/polyp-error.c
@@ -1,3 +1,4 @@
+#include <stdio.h>
#include <stdlib.h>
#include "polyp-error.h"
@@ -14,7 +15,9 @@ static const char* const errortab[PA_ERROR_MAX] = {
[PA_ERROR_PROTOCOL] = "Protocol corrupt",
[PA_ERROR_TIMEOUT] = "Timeout",
[PA_ERROR_AUTHKEY] = "Not authorization key",
- [PA_ERROR_INTERNAL] = "Internal error"
+ [PA_ERROR_INTERNAL] = "Internal error",
+ [PA_ERROR_CONNECTIONTERMINATED] = "Connection terminated",
+ [PA_ERROR_KILLED] = "Entity killed",
};
const char*pa_strerror(uint32_t error) {