X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=08b309ce398d8375c334eb420d6e94408a223189;hb=4eb15d1cf4dbd3b2962cdd3930e2d9559acb248e;hp=82df5ca90d5035c2f458f2b7fbf9f97f55b83334;hpb=1e97f6746b605e37826fb6ee2ad35b7b330145d6;p=paraslash.git diff --git a/error.h b/error.h index 82df5ca9..08b309ce 100644 --- 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 OSS_MIX_ERRORS \ PARA_ERROR(OSS_MIXER_CHANNEL, "invalid mixer channel"), \