Skip to content

Commit

Permalink
Always provide prototypes for non blocking functions in mysql.h
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Feb 9, 2016
1 parent 74ce606 commit 5c19385
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/mysql.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 5c19385

Please sign in to comment.