diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-05-13 15:57:49 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-05-13 15:57:49 +0400 |
commit | 33d1689fcf252d29a24cf05ca88c6711d682fb2e (patch) | |
tree | 537cf0da48debf5b72516105bf0e1066ff7c7a2a /storage/connect/plugutil.c | |
parent | 35a879d06dbd58f4ae8203419915d7de67e821a9 (diff) | |
download | mariadb-git-33d1689fcf252d29a24cf05ca88c6711d682fb2e.tar.gz |
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
Diffstat (limited to 'storage/connect/plugutil.c')
-rw-r--r-- | storage/connect/plugutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/plugutil.c b/storage/connect/plugutil.c index 2c7eaa893b6..12810d74284 100644 --- a/storage/connect/plugutil.c +++ b/storage/connect/plugutil.c @@ -107,7 +107,7 @@ ACTIVITY defActivity = { /* Describes activity and language */ #endif // XMSG || NEWMSG #if defined(UNIX) || defined(UNIV_LINUX) -int GetRcString(int id, char *buf, int bufsize); +#include "rcmsg.h" #endif // UNIX /**************************************************************************/ |