From c776f5ac2614e24e64dd06f488ee29716f056c95 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Oct 2013 18:00:44 +0300 Subject: Client attributes --- include/mysql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mysql.h') diff --git a/include/mysql.h b/include/mysql.h index 56b2332342d..025bd397a65 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -557,6 +557,8 @@ int STDCALL mysql_list_processes_cont(MYSQL_RES **ret, MYSQL *mysql, int status); int STDCALL mysql_options(MYSQL *mysql,enum mysql_option option, const void *arg); +int STDCALL mysql_options4(MYSQL *mysql,enum mysql_option option, + const void *arg1, const void *arg2); void STDCALL mysql_free_result(MYSQL_RES *result); int STDCALL mysql_free_result_start(MYSQL_RES *result); int STDCALL mysql_free_result_cont(MYSQL_RES *result, int status); -- cgit v1.2.1