1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Always provide prototypes for non blocking functions in mysql.h

This commit is contained in:
Georg Richter
2016-02-09 09:02:36 +01:00
parent 74ce606c77
commit 5c19385846

View File

@@ -539,7 +539,6 @@ unsigned int STDCALL mysql_get_timeout_value_ms(const MYSQL *mysql);
my_bool STDCALL mysql_reconnect(MYSQL *mysql);
/* Async API */
#ifdef HAVE_NONBLOCK
int STDCALL mysql_close_start(MYSQL *sock);
int STDCALL mysql_close_cont(MYSQL *sock, int status);
int STDCALL mysql_commit_start(my_bool *ret, MYSQL * mysql);
@@ -650,7 +649,6 @@ int STDCALL mysql_stmt_send_long_data_start(my_bool *ret, MYSQL_STMT *stmt,
size_t len);
int STDCALL mysql_stmt_send_long_data_cont(my_bool *ret, MYSQL_STMT *stmt,
int status);
#endif
/* API function calls (used by dynmic plugins) */
struct st_mariadb_api {