summaryrefslogtreecommitdiff
path: root/storage/connect/mycat.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2013-02-07 16:37:44 +0400
committerAlexander Barkov <bar@mnogosearch.org>2013-02-07 16:37:44 +0400
commit40398f3660273a646eb974092a9ddf6f881d700e (patch)
treec621e0d9c16cee544e71c0aafd044d60b453a353 /storage/connect/mycat.h
parent8cfa84ca875ac464f5e37be88dc521bb2dd89091 (diff)
downloadmariadb-git-40398f3660273a646eb974092a9ddf6f881d700e.tar.gz
Fixing some of the compilation warnings.
Diffstat (limited to 'storage/connect/mycat.h')
-rw-r--r--storage/connect/mycat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/connect/mycat.h b/storage/connect/mycat.h
index 63c304dd8d9..3019fa96b98 100644
--- a/storage/connect/mycat.h
+++ b/storage/connect/mycat.h
@@ -24,6 +24,8 @@
#include "block.h"
#include "catalog.h"
+char GetTypeID(const char *type);
+
/***********************************************************************/
/* MYCAT: class for managing the CONNECT plugin DB items. */
/***********************************************************************/
@@ -61,4 +63,4 @@ class MYCAT : public CATALOG {
ha_connect *Hc; // The Connect handler
}; // end of class MYCAT
-#endif __MYCAT__H
+#endif /* __MYCAT__H */