X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=75532ea2518a93aa7e0cbcca4dec18cb0d3a5bd8;hb=2f524f039db0b9239e32668b21258ef4e60ae01b;hp=49a57a5a15bcd6c070328161310be83cd0a7379a;hpb=9bf6dc2eaf7b3252fb7db73ed8ead6f568bbb0ec;p=paraslash.git diff --git a/error.h b/error.h index 49a57a5a..75532ea2 100644 --- a/error.h +++ b/error.h @@ -279,6 +279,7 @@ extern const char **para_errlist[]; PARA_ERROR(NO_AFHI, "audio format handler info required"), \ PARA_ERROR(AFT_SYNTAX, "audio file table syntax error"), \ PARA_ERROR(HASH_MISMATCH, "hash mismatch, consider re-add"), \ + PARA_ERROR(NO_MATCH, "no matches"), \ #define USER_LIST_ERRORS \ @@ -395,6 +396,7 @@ extern const char **para_errlist[]; PARA_ERROR(SIZE_PREFIX, "bad size prefix"), \ PARA_ERROR(REGEX, "regular expression error"), \ PARA_ERROR(ARG_NOT_FOUND, "argument not found in arg vector"), \ + PARA_ERROR(BAD_LL, "invalid loglevel"), \ #define EXEC_ERRORS \