]> git.tuebingen.mpg.de Git - dss.git/blobdiff - err.h
index.html.in: Fix gitweb link.
[dss.git] / err.h
diff --git a/err.h b/err.h
index 14cc032fae65f621ade9c419d682f0252b7ad0ac..e651d9ca06f082eff6eee583ada6ee73ffacdf61 100644 (file)
--- a/err.h
+++ b/err.h
@@ -1,12 +1,13 @@
 /*
- * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2010 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 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