summaryrefslogtreecommitdiffstats
path: root/runtime/errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/errmsg.h')
-rw-r--r--runtime/errmsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/errmsg.h b/runtime/errmsg.h
index dfa70c00..3f511ae5 100644
--- a/runtime/errmsg.h
+++ b/runtime/errmsg.h
@@ -34,7 +34,7 @@ typedef struct errmsg_s {
/* interfaces */
BEGINinterface(errmsg) /* name must also be changed in ENDinterface macro! */
- void __attribute__((format(printf, 3, 4))) (*LogError)(int iErrno, int iErrCode, char *pszErrFmt, ... );
+ void __attribute__((format(printf, 3, 4))) (*LogError)(const int iErrno, const int iErrCode, const char *pszErrFmt, ... );
ENDinterface(errmsg)
#define errmsgCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */