bind9/lib/isc/netmgr
Michał Kępień 4c49068531 Fix building with --disable-doh
Commit b69e783164 inadvertently caused
builds using the --disable-doh switch to fail, by putting the
declaration of the isc__nm_async_settlsctx() function inside an #ifdef
block that is only evaluated when DNS-over-HTTPS support is enabled.
This results in the following compilation errors being triggered:

    netmgr/netmgr.c:2657:1: error: no previous prototype for 'isc__nm_async_settlsctx' [-Werror=missing-prototypes]
     2657 | isc__nm_async_settlsctx(isc__networker_t *worker, isc__netievent_t *ev0) {
          | ^~~~~~~~~~~~~~~~~~~~~~~

Fix by making the declaration of the isc__nm_async_settlsctx() function
in lib/isc/netmgr/netmgr-int.h visible regardless of whether
DNS-over-HTTPS support is enabled or not.
2022-09-07 12:50:08 +02:00
..
http.c Clear the callbacks when isc_nm_stoplistening() is called 2022-08-26 09:09:25 +02:00
netmgr-int.h Fix building with --disable-doh 2022-09-07 12:50:08 +02:00
netmgr.c Clear the callbacks when isc_nm_stoplistening() is called 2022-08-26 09:09:25 +02:00
socket.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
tcp.c Clear the callbacks when isc_nm_stoplistening() is called 2022-08-26 09:09:25 +02:00
tcpdns.c Clear the callbacks when isc_nm_stoplistening() is called 2022-08-26 09:09:25 +02:00
timer.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
tlsdns.c Fix isc_nm_listentlsdns() error path bug 2022-09-05 14:58:52 +00:00
tlsstream.c Clear the callbacks when isc_nm_stoplistening() is called 2022-08-26 09:09:25 +02:00
udp.c Clear the callbacks when isc_nm_stoplistening() is called 2022-08-26 09:09:25 +02:00