X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=err.h;h=bd22554dd90d8ee2e282ff3c8c24b2fd56b7d5cd;hb=d4d72473957544283b6d426c3d4fa0b3f583da87;hp=9505dfcc99f718ce1f8fe540401446e1dff82e8e;hpb=e3f9c1dcc861be14fc9a3f33057a905047e9a926;p=dss.git diff --git a/err.h b/err.h index 9505dfc..bd22554 100644 --- a/err.h +++ b/err.h @@ -44,6 +44,7 @@ static inline char *dss_strerror(int num) DSS_ERROR(INVALID_NUMBER, "invalid number"), \ DSS_ERROR(STRFTIME, "strftime() failed"), \ DSS_ERROR(LOCALTIME, "localtime() failed"), \ + DSS_ERROR(HOOK_FAILED, "hook failure"), \ DSS_ERROR(MOUNTPOINT, "destination directory is no mountpoint"), \ DSS_ERROR(NULL_OPEN, "can not open /dev/null"), \ DSS_ERROR(DUP_PIPE, "exec error: can not create pipe"), \