From a6b79f08b32ac1a25d855ea72458788f7d10c204 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 17 Nov 2015 14:59:59 +0100 Subject: More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.h --- ext/mysqlnd/mysqlnd_auth.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/mysqlnd/mysqlnd_auth.h') 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 */ /* -- cgit v1.2.1