Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
d8aa1541
Commit
d8aa1541
authored
Sep 04, 2008
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move prototype out of #ifdef/#endif
parent
ed1251fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lib/isc/include/isc/socket.h
lib/isc/include/isc/socket.h
+7
-7
No files found.
lib/isc/include/isc/socket.h
View file @
d8aa1541
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.h,v 1.8
4 2008/09/04 05:56:43
marka Exp $ */
/* $Id: socket.h,v 1.8
5 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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment