add missing entries to .def files [RT #46215]

This commit is contained in:
Mark Andrews
2017-11-27 13:49:39 +11:00
parent 7bc5d7f5e8
commit 14e9925868
6 changed files with 48 additions and 27 deletions

View File

@@ -3,6 +3,12 @@ LIBRARY libdns
; Exported Functions
EXPORTS
; test only
dns__rbt_checkproperties
dns__rbt_getheight
dns__rbtnode_getdistance
dns__zone_loadpending
dns_acl_allowed
dns_acl_any
dns_acl_attach

View File

@@ -730,10 +730,9 @@ isc__mem_register(void);
* usually do not have to care about this function: it would call
* isc_lib_register(), which internally calls this function.
*/
void
isc__mem_printactive(isc_mem_t *mctx, FILE *file);
void
isc__mem_printallactive(FILE *file);
/*%<
* For internal use by the isc module and its unit tests, these functions
* print lists of active memory blocks for a single memory context or for

View File

@@ -305,8 +305,6 @@ unsigned int
isc__mempool_getfillcount(isc_mempool_t *mpctx);
void
isc__mem_printactive(isc_mem_t *ctx0, FILE *file);
void
isc__mem_printallactive(FILE *file);
unsigned int
isc__mem_references(isc_mem_t *ctx0);

View File

@@ -1,41 +1,43 @@
; These symbols are not needed by the WIN32 build, but build-tarballs
; will complain if they aren't present here.
isc__hash_setvec
isc_socket_accept
isc_socket_attach
isc_socket_bind
isc_socket_cancel
isc_socket_cleanunix
isc_socket_close
isc_socket_connect
isc_socket_create
isc_socket_detach
isc_socket_dscp
isc_socket_dup
isc_socket_fdwatchcreate
isc_socket_fdwatchpoke
isc_socket_create
isc_socket_dup
isc_socket_cancel
isc_socket_attach
isc_socket_detach
isc_socket_open
isc_socket_close
isc_socket_bind
isc_socket_filter
isc_socket_listen
isc_socket_accept
isc_socket_connect
isc_socket_getpeername
isc_socket_getsockname
isc_socket_gettype
isc_socket_ipv6only
isc_socket_listen
isc_socket_open
isc_socket_permunix
isc_socket_recv
isc_socket_recvv
isc_socket_recv2
isc_socket_recvv
isc_socket_register
isc_socket_send
isc_socket_sendto
isc_socket_sendv
isc_socket_sendto2
isc_socket_sendtov
isc_socket_sendtov2
isc_socket_sendto2
isc_socket_sendv
isc_socketmgr_create
isc_socketmgr_create2
isc_socketmgr_destroy
isc_socket_gettype
isc_socket_ipv6only
isc_socket_dscp
isc_socket_cleanunix
isc_socket_permunix
isc_socket_register
isc_print_vsnprintf
isc_print_snprintf
isc_print_sprintf
isc_socketmgr_setstats
isc_print_fprintf
isc_print_printf
isc_print_snprintf
isc_print_sprintf
isc_print_vsnprintf

View File

@@ -51,9 +51,11 @@ isc__buffer_remainingregion
isc__buffer_setactive
isc__buffer_subtract
isc__buffer_usedregion
isc__hash_setvec
isc__mem_allocate
isc__mem_free
isc__mem_get
isc__mem_printactive
isc__mem_put
isc__mem_putanddetach
isc__mem_reallocate
@@ -105,6 +107,8 @@ isc__task_getname
isc__task_gettag
isc__task_unsendrange
isc__taskmgr_mode
isc__taskmgr_pause
isc__taskmgr_resume
@IF AES
isc_aes128_crypt
isc_aes192_crypt
@@ -211,6 +215,7 @@ isc_entropy_status
isc_entropy_stopcallbacksources
isc_entropy_usebestsource
isc_entropy_usehook
isc_errno_toresult
isc_error_fatal
isc_error_runtimecheck
isc_error_setfatal
@@ -458,6 +463,8 @@ isc_mutexblock_init
isc_net_aton
isc_net_disableipv4
isc_net_disableipv6
isc_net_enableipv4
isc_net_enableipv6
isc_net_getudpportrange
isc_net_ntop
isc_net_probe_ipv6only
@@ -626,6 +633,9 @@ isc_sockaddr_totext
isc_sockaddr_v6fromin
isc_socket_socketevent
isc_socketmgr_createinctx
@IF NOTYET
isc_socketmgr_renderjson
@END NOTYET
@IF LIBXML2
isc_socketmgr_renderxml
@END LIBXML2

View File

@@ -3,6 +3,12 @@ LIBRARY libns
; Exported Functions
EXPORTS
ns__client_request
ns__clientmgr_getclient
ns__interfacemgr_getif
ns__interfacemgr_nextif
ns__query_sfcache
ns__query_start
ns_client_aclmsg
ns_client_addopt
ns_client_attach