summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorunknown <georg@lmy002.wdf.sap.corp>2005-07-19 17:12:00 +0200
committerunknown <georg@lmy002.wdf.sap.corp>2005-07-19 17:12:00 +0200
commit1de9a05567eabbcbe37ff5b71533e33e96f24c44 (patch)
tree27b436da7b50846f63296304c0836e1f47bf211c /include/mysql.h
parent7adfe96d9ebb3428550aeab79f08f5395d0ac44c (diff)
downloadmariadb-git-1de9a05567eabbcbe37ff5b71533e33e96f24c44.tar.gz
minor fix (backport from 5.0) - changed function prototype/definition
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h
index ab61fe694d9..0949937814c 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -381,7 +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);
+int STDCALL mysql_set_character_set(MYSQL *mysql, const char *csname);
MYSQL * STDCALL mysql_init(MYSQL *mysql);
my_bool STDCALL mysql_ssl_set(MYSQL *mysql, const char *key,