diff options
Diffstat (limited to 'err.h')
| -rw-r--r-- | err.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,8 +3,7 @@ extern char *dss_errlist[]; extern char *dss_error_txt; -void dss_log_set_params(int ll, const char *file, int line, const char *func); -__printf_1_2 void dss_log(const char* fmt,...); +__printf_2_3 void dss_log(int ll, const char* fmt,...); /* * This bit indicates whether a number is considered a system error number |
