More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.h

This commit is contained in:
Andrey Hristov 2015-11-17 14:59:59 +01:00
parent 4ee4a4bb52
commit a6b79f08b3
6 changed files with 45 additions and 45 deletions

View file

@ -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 */
/*