]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make inline
authorMark Andrews <marka@isc.org>
Sat, 15 Nov 2014 06:03:21 +0000 (17:03 +1100)
committerMark Andrews <marka@isc.org>
Sat, 15 Nov 2014 06:03:21 +0000 (17:03 +1100)
bin/named/server.c

index 5c45fa8cdb1fd24b3b6c992dae4f8c4c9962f6b2..1a6dd0ebbd3367632d478af5e7c67de01512b6da 100644 (file)
@@ -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