mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-13 13:40:44 +00:00
make definition that should be static static
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4676 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d4f395362d
commit
6726bf4d34
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
/* single, global prng structure */
|
/* single, global prng structure */
|
||||||
|
|
||||||
x917_prng_t x917_prng;
|
static x917_prng_t x917_prng;
|
||||||
|
|
||||||
err_status_t
|
err_status_t
|
||||||
x917_prng_init(rand_source_func_t random_source) {
|
x917_prng_init(rand_source_func_t random_source) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user