]> git.tuebingen.mpg.de Git - dss.git/blobdiff - err.h
Merge branch 't/rename_system_files'
[dss.git] / err.h
diff --git a/err.h b/err.h
index 14cc032fae65f621ade9c419d682f0252b7ad0ac..551ff54674681a332072bb535e31821e0a4d5671 100644 (file)
--- 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