]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Merge branch 't/fade_improvements'
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 1db656b95dbe1413330b76fcea93f63ebff6bae2..3b57680b92e2c2c057c55d9ef148fe8bb51d25c3 100644 (file)
--- a/error.h
+++ b/error.h
@@ -37,8 +37,13 @@ DEFINE_ERRLIST_OBJECT_ENUM;
 #define VERSION_ERRORS
 #define SCHED_ERRORS
 
+
 extern const char **para_errlist[];
 
+#define SYNC_FILTER_ERRORS\
+       PARA_ERROR(SYNC_COMPLETE, "all buddies in sync"), \
+       PARA_ERROR(SYNC_LISTEN_FD, "no fd to listen on"), \
+
 #define ALSA_MIX_ERRORS \
        PARA_ERROR(ALSA_MIX_OPEN, "could not open mixer"), \
        PARA_ERROR(ALSA_MIX_GET_VAL, "could not read control element state"), \