diff options
author | unknown <bar@mysql.com> | 2004-11-10 14:13:38 +0400 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-11-10 14:13:38 +0400 |
commit | 81880bab136d5df8cfdc47a953cff1442adb11f6 (patch) | |
tree | d27697f55b95c77b1490796c95ed7e791fcad6ff /include | |
parent | 63ad234b85f6a5028860be2dcd379410c0c22e19 (diff) | |
download | mariadb-git-81880bab136d5df8cfdc47a953cff1442adb11f6.tar.gz |
Adding new function prototype
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h index 156d749234b..2c0197e2300 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -490,6 +490,8 @@ MYSQL_RES * STDCALL mysql_list_fields(MYSQL *mysql, const char *table, const char *wild); unsigned long STDCALL mysql_escape_string(char *to,const char *from, unsigned long from_length); +unsigned long STDCALL mysql_hex_string(char *to,const char *from, + unsigned long from_length); unsigned long STDCALL mysql_real_escape_string(MYSQL *mysql, char *to,const char *from, unsigned long length); |