X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=e6fa226a9563e77dd375dbc8200c6bfa34a3887f;hp=24a2e3d9205f511737bb35863a0695c6946d46b8;hb=12db646294a320f4afd813edece6d00c4f29248a;hpb=53d5ac455d0616a5ee8867c986631ed34c177a42 diff --git a/error.h b/error.h index 24a2e3d9..e6fa226a 100644 --- a/error.h +++ b/error.h @@ -15,7 +15,6 @@ PARA_ERROR(ADD_CALLBACK, "can not add callback"), \ PARA_ERROR(ADDRESS_LOOKUP, "can not resolve requested address"),\ PARA_ERROR(AFH_RECV_BAD_FILENAME, "no file name given"), \ - PARA_ERROR(AFH_SYNTAX, "afh syntax error"), \ PARA_ERROR(AFS_SHORT_READ, "short read from afs socket"), \ PARA_ERROR(AFS_SIGNAL, "afs caught deadly signal"), \ PARA_ERROR(AFS_SOCKET, "afs socket not writable"), \ @@ -52,6 +51,7 @@ PARA_ERROR(AUDIO_FORMAT, "audio format not recognized"), \ PARA_ERROR(AUTH_REQUEST, "did not receive auth request"), \ PARA_ERROR(BAD_AFSI, "invalid afs info"), \ + PARA_ERROR(BAD_ASF_FILE_PROPS, "invalid ASF file properties"), \ PARA_ERROR(BAD_AUTH, "authentication failure"), \ PARA_ERROR(BAD_BAND, "invalid or unexpected band designator"), \ PARA_ERROR(BAD_CHANNEL_COUNT, "channel count not supported"), \ @@ -189,7 +189,6 @@ PARA_ERROR(PLAY_SYNTAX, "para_play: syntax error"), \ PARA_ERROR(PREBUFFER_SUCCESS, "prebuffering complete"), \ PARA_ERROR(PRIVATE_KEY, "can not read private key"), \ - PARA_ERROR(PUBLIC_KEY, "can not read public key"), \ PARA_ERROR(QUEUE, "packet queue overrun"), \ PARA_ERROR(READ_PATTERN, "did not read expected pattern"), \ PARA_ERROR(RECV_EOF, "end of file"), \