diff options
author | bar@mysql.com <> | 2004-11-10 14:13:38 +0400 |
---|---|---|
committer | bar@mysql.com <> | 2004-11-10 14:13:38 +0400 |
commit | f08a29d85a9f6d744ce427e50b2ebfa1e22223cf (patch) | |
tree | d27697f55b95c77b1490796c95ed7e791fcad6ff /include/mysql.h | |
parent | a63d8fa554287ac6ff6f5b9503bf198ab773b2c4 (diff) | |
download | mariadb-git-f08a29d85a9f6d744ce427e50b2ebfa1e22223cf.tar.gz |
Adding new function prototype
Diffstat (limited to 'include/mysql.h')
-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); |