diff options
Diffstat (limited to 'storage/connect/rcmsg.h')
-rw-r--r-- | storage/connect/rcmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/rcmsg.h b/storage/connect/rcmsg.h index b22e77f5175..499ca3b2dd4 100644 --- a/storage/connect/rcmsg.h +++ b/storage/connect/rcmsg.h @@ -5,7 +5,7 @@ extern "C" { #endif -char *GetMsgid(int id); +const char *GetMsgid(int id); int GetRcString(int id, char *buf, int bufsize); #ifdef __cplusplus |