mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:42:07 -04:00
a few lingering (mem|str)(cmp|cpy|len) missing prototypes
This commit is contained in:
parent
d03ee55286
commit
8a47ea1dad
3 changed files with 4 additions and 2 deletions
|
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/string.h>
|
||||
|
||||
#include <named/log.h>
|
||||
#include <named/logconf.h>
|
||||
|
||||
|
|
@ -174,5 +176,3 @@ ns_log_configure(isc_logconfig_t *lcctx, dns_c_logginglist_t *clog) {
|
|||
isc_logconfig_destroy(&lcctx);
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#include <isc/base64.h>
|
||||
#include <isc/dir.h>
|
||||
#include <isc/lex.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/task.h>
|
||||
#include <isc/timer.h>
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/string.h>
|
||||
#include <isc/taskpool.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue