mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
make inline
This commit is contained in:
@@ -417,7 +417,7 @@ end_reserved_dispatches(ns_server_t *server, isc_boolean_t all);
|
|||||||
static void
|
static void
|
||||||
newzone_cfgctx_destroy(void **cfgp);
|
newzone_cfgctx_destroy(void **cfgp);
|
||||||
|
|
||||||
static isc_result_t
|
static inline isc_result_t
|
||||||
putstr(isc_buffer_t **b, const char *str);
|
putstr(isc_buffer_t **b, const char *str);
|
||||||
|
|
||||||
static isc_result_t
|
static isc_result_t
|
||||||
@@ -426,7 +426,7 @@ putmem(isc_buffer_t **b, const char *str, size_t len);
|
|||||||
static isc_result_t
|
static isc_result_t
|
||||||
putuint8(isc_buffer_t **b, isc_uint8_t val);
|
putuint8(isc_buffer_t **b, isc_uint8_t val);
|
||||||
|
|
||||||
static isc_result_t
|
static inline isc_result_t
|
||||||
putnull(isc_buffer_t **b);
|
putnull(isc_buffer_t **b);
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
|
Reference in New Issue
Block a user