X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=err.h;h=551ff54674681a332072bb535e31821e0a4d5671;hp=14cc032fae65f621ade9c419d682f0252b7ad0ac;hb=6c76799c7334a12926dc1cf0c32670423cbc954f;hpb=46cbddf465bd66ba1d5c4bcc780ae0d65abd7f73 diff --git a/err.h b/err.h index 14cc032..551ff54 100644 --- a/err.h +++ b/err.h @@ -6,7 +6,8 @@ extern char *dss_errlist[]; extern char *dss_error_txt; -__printf_2_3 void dss_log(int ll, const char* fmt,...); +void dss_log_set_params(int ll, const char *file, int line, const char *func); +__printf_1_2 void dss_log(const char* fmt,...); /** * This bit indicates whether a number is considered a system error number