mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
random: Add PHPAPI to all php_random_algo
definitions (#14088)
The php_random.h header already defines them as `PHPAPI` and they actually are part of the public API. Co-authored-by: Arnaud Le Blanc <arnaud.lb@gmail.com>
This commit is contained in:
parent
8d67f23eb2
commit
d5cc7e9109
6 changed files with 6 additions and 6 deletions
|
@ -73,7 +73,7 @@ static zend_long range(void *state, zend_long min, zend_long max)
|
|||
}, min, max);
|
||||
}
|
||||
|
||||
const php_random_algo php_random_algo_user = {
|
||||
PHPAPI const php_random_algo php_random_algo_user = {
|
||||
sizeof(php_random_status_state_user),
|
||||
generate,
|
||||
range,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue