a few lingering (mem|str)(cmp|cpy|len) missing prototypes

This commit is contained in:
David Lawrence
2000-05-09 15:02:20 +00:00
parent d03ee55286
commit 8a47ea1dad
3 changed files with 4 additions and 2 deletions

View File

@@ -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);
}

View File

@@ -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>

View File

@@ -17,6 +17,7 @@
#include <config.h>
#include <isc/string.h>
#include <isc/taskpool.h>
#include <isc/util.h>