mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
Merge branch 'cleanups' into 'master'
fix missing config.h and win32 symbols See merge request isc-projects/bind9!326
This commit is contained in:
@@ -471,6 +471,7 @@ isc_netaddr_setzone
|
|||||||
isc_netaddr_totext
|
isc_netaddr_totext
|
||||||
isc_netaddr_unspec
|
isc_netaddr_unspec
|
||||||
isc_netscope_pton
|
isc_netscope_pton
|
||||||
|
isc_nonce_buf
|
||||||
isc_ntpaths_get
|
isc_ntpaths_get
|
||||||
isc_ntpaths_init
|
isc_ntpaths_init
|
||||||
isc_once_do
|
isc_once_do
|
||||||
@@ -505,7 +506,9 @@ isc_radix_insert
|
|||||||
isc_radix_process
|
isc_radix_process
|
||||||
isc_radix_remove
|
isc_radix_remove
|
||||||
isc_radix_search
|
isc_radix_search
|
||||||
isc_random
|
isc_random8
|
||||||
|
isc_random16
|
||||||
|
isc_random32
|
||||||
isc_random_buf
|
isc_random_buf
|
||||||
isc_random_uniform
|
isc_random_uniform
|
||||||
isc_ratelimiter_attach
|
isc_ratelimiter_attach
|
||||||
|
@@ -20,6 +20,8 @@
|
|||||||
* See <http://creativecommons.org/publicdomain/zero/1.0/>.
|
* See <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user