Skip to content
GitLab
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
eca6a76e
Commit
eca6a76e
authored
Nov 15, 2014
by
Mark Andrews
Browse files
make inline
parent
ebca35d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/server.c
View file @
eca6a76e
...
...
@@ -417,7 +417,7 @@ end_reserved_dispatches(ns_server_t *server, isc_boolean_t all);
static
void
newzone_cfgctx_destroy
(
void
**
cfgp
);
static
isc_result_t
static
inline
isc_result_t
putstr
(
isc_buffer_t
**
b
,
const
char
*
str
);
static
isc_result_t
...
...
@@ -426,7 +426,7 @@ putmem(isc_buffer_t **b, const char *str, size_t len);
static
isc_result_t
putuint8
(
isc_buffer_t
**
b
,
isc_uint8_t
val
);
static
isc_result_t
static
inline
isc_result_t
putnull
(
isc_buffer_t
**
b
);
isc_result_t
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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