From eca6a76eda3bf665c246dd3177e3b4774b687318 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 15 Nov 2014 17:03:21 +1100 Subject: [PATCH] make inline --- bin/named/server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/server.c b/bin/named/server.c index 5c45fa8cdb..1a6dd0ebbd 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -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