mariadb/storage/connect/rcmsg.h
Alexander Barkov 33d1689fcf Fixing compiler warnings ("no previous declaration for ...")
added:
  storage/connect/rcmsg.h
modified:
  storage/connect/CMakeLists.txt
  storage/connect/odbconn.cpp
  storage/connect/plgdbutl.cpp
  storage/connect/plugutil.c
  storage/connect/rcmsg.c
  storage/connect/tabodbc.cpp
2013-05-13 15:57:49 +04:00

15 lines
209 B
C

#ifndef __RCMSG_H__
#define __RCMSG_H__
#ifdef __cplusplus
extern "C" {
#endif
char *GetMsgid(int id);
int GetRcString(int id, char *buf, int bufsize);
#ifdef __cplusplus
}
#endif
#endif /* __RCMSG_H__ */