Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
4fcd03af
Commit
4fcd03af
authored
Apr 18, 2008
by
Evan Hunt
Browse files
Missing type in internal_next6() function declaration
parent
ba5af456
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/isc/win32/interfaceiter.c
View file @
4fcd03af
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: interfaceiter.c,v 1.1
2
2008/04/
02 23:46:57 tbox
Exp $ */
/* $Id: interfaceiter.c,v 1.1
3
2008/04/
18 19:47:48 each
Exp $ */
/*
* Note that this code will need to be revisited to support IPv6 Interfaces.
...
...
@@ -429,6 +429,7 @@ internal_next(isc_interfaceiter_t *iter) {
return
(
ISC_R_SUCCESS
);
}
static
isc_result_t
internal_next6
(
isc_interfaceiter_t
*
iter
)
{
if
(
iter
->
pos6
==
0
)
return
(
ISC_R_NOMORE
);
...
...
Write
Preview
Supports
Markdown
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