summaryrefslogtreecommitdiffstats
path: root/storage/connect/rcmsg.h
blob: 499ca3b2dd43436852fcaa333f50ef88de95fa7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __RCMSG_H__
#define __RCMSG_H__

#ifdef __cplusplus
extern "C" {
#endif

const char *GetMsgid(int id);
int GetRcString(int id, char *buf, int bufsize);

#ifdef __cplusplus
}
#endif

#endif /* __RCMSG_H__ */