From: Mark Andrews Date: Thu, 4 Sep 2008 07:46:02 +0000 (+0000) Subject: move prototype out of #ifdef/#endif X-Git-Tag: v9.6.0a1~95 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d8aa1541f0367b96c01d24421a066bf7d6df7d93;p=thirdparty%2Fbind9.git move prototype out of #ifdef/#endif --- diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h index 11ce4f1a1b0..b4c8c87917a 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.h,v 1.84 2008/09/04 05:56:43 marka Exp $ */ +/* $Id: socket.h,v 1.85 2008/09/04 07:46:02 marka Exp $ */ #ifndef ISC_SOCKET_H #define ISC_SOCKET_H 1 @@ -904,18 +904,18 @@ void *isc_socket_gettag(isc_socket_t *socket); * Get the tag associated with a socket, if any. */ -#ifdef HAVE_LIBXML2 - void -isc_socketmgr_renderxml(isc_socketmgr_t *mgr, xmlTextWriterPtr writer); +isc__socketmgr_setreserved(isc_socketmgr_t *mgr, isc_uint32_t); /*%< - * Render internal statistics and other state into the XML document. + * Temporary. For use by named only. */ +#ifdef HAVE_LIBXML2 + void -isc__socketmgr_setreserved(isc_socketmgr_t *mgr, isc_uint32_t); +isc_socketmgr_renderxml(isc_socketmgr_t *mgr, xmlTextWriterPtr writer); /*%< - * Temporary. For use by named only. + * Render internal statistics and other state into the XML document. */ #endif /* HAVE_LIBXML2 */