mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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
This commit is contained in:
15
storage/connect/rcmsg.h
Normal file
15
storage/connect/rcmsg.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#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__ */
|
Reference in New Issue
Block a user