summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_auth.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2015-11-17 14:59:59 +0100
committerAndrey Hristov <andrey@php.net>2015-11-17 14:59:59 +0100
commita6b79f08b32ac1a25d855ea72458788f7d10c204 (patch)
tree24a53bd62d0681a530f51511d32accb20ed48443 /ext/mysqlnd/mysqlnd_auth.h
parent4ee4a4bb52b6c6d59a72df9a9379c1ac80a8ab64 (diff)
downloadphp-git-a6b79f08b32ac1a25d855ea72458788f7d10c204.tar.gz
More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.h
Diffstat (limited to 'ext/mysqlnd/mysqlnd_auth.h')
-rw-r--r--ext/mysqlnd/mysqlnd_auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_auth.h b/ext/mysqlnd/mysqlnd_auth.h
index a54c6065d0..02fa14b1f9 100644
--- a/ext/mysqlnd/mysqlnd_auth.h
+++ b/ext/mysqlnd/mysqlnd_auth.h
@@ -112,6 +112,8 @@ mysqlnd_run_authentication(
zend_bool is_change_user
);
+PHPAPI void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const pass, const size_t pass_len);
+
#endif /* MYSQLND_AUTH_H */
/*