diff options
author | georg@lmy002.wdf.sap.corp <> | 2005-05-13 15:54:35 +0200 |
---|---|---|
committer | georg@lmy002.wdf.sap.corp <> | 2005-05-13 15:54:35 +0200 |
commit | 41d284e608c19811e7b3976003485b0cef5c1968 (patch) | |
tree | 1d23d89257ec5d12257086407328407022fbdfe5 /include/mysql.h | |
parent | 320d9cb4c2425811313e115a532ffcc9b023005a (diff) | |
download | mariadb-git-41d284e608c19811e7b3976003485b0cef5c1968.tar.gz |
added prototype for mysql_set_character_set function
Diffstat (limited to 'include/mysql.h')
-rw-r--r-- | include/mysql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h index d8a56126756..ab61fe694d9 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -381,6 +381,7 @@ unsigned int STDCALL mysql_warning_count(MYSQL *mysql); const char * STDCALL mysql_info(MYSQL *mysql); unsigned long STDCALL mysql_thread_id(MYSQL *mysql); const char * STDCALL mysql_character_set_name(MYSQL *mysql); +int STDCALL mysql_set_character_set(MYSQL *mysql, char *csname); MYSQL * STDCALL mysql_init(MYSQL *mysql); my_bool STDCALL mysql_ssl_set(MYSQL *mysql, const char *key, |