1#ifndef __RCMSG_H__
2#define __RCMSG_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8const char *GetMsgid(int id);
9int GetRcString(int id, char *buf, int bufsize);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif /* __RCMSG_H__ */
16