]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
move prototype out of #ifdef/#endif
authorMark Andrews <marka@isc.org>
Thu, 4 Sep 2008 07:46:02 +0000 (07:46 +0000)
committerMark Andrews <marka@isc.org>
Thu, 4 Sep 2008 07:46:02 +0000 (07:46 +0000)
lib/isc/include/isc/socket.h

index 11ce4f1a1b04af7f94e59d449125733f9f3f60ee..b4c8c87917ad153f2039ddf3993e3b379e80db9f 100644 (file)
@@ -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 */