summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/ha_prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/ha_prototypes.h')
-rw-r--r--storage/xtradb/include/ha_prototypes.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/storage/xtradb/include/ha_prototypes.h b/storage/xtradb/include/ha_prototypes.h
index 4ebaee3c89e..86ba7464905 100644
--- a/storage/xtradb/include/ha_prototypes.h
+++ b/storage/xtradb/include/ha_prototypes.h
@@ -298,9 +298,8 @@ int wsrep_trx_order_before(void *thd1, void *thd2);
int wsrep_innobase_mysql_sort(int mysql_type, uint charset_number,
unsigned char* str, unsigned int str_length,
unsigned int buf_length);
-int
-wsrep_on(void *thd_ptr);
-extern "C" int wsrep_is_wsrep_xid(const void*);
+int wsrep_on(void *thd_ptr);
+int wsrep_is_wsrep_xid(const void*);
#endif /* WITH_WSREP */
/**********************************************************************//**
Determines the connection character set.