summaryrefslogtreecommitdiff
path: root/includes/omapip
diff options
context:
space:
mode:
Diffstat (limited to 'includes/omapip')
-rw-r--r--includes/omapip/isclib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/omapip/isclib.h b/includes/omapip/isclib.h
index 538b927f..7c807863 100644
--- a/includes/omapip/isclib.h
+++ b/includes/omapip/isclib.h
@@ -3,7 +3,7 @@
connections to the isc and dns libraries */
/*
- * Copyright (c) 2009-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2009-2019 by Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -141,6 +141,8 @@ void isclib_cleanup(void);
void dhcp_signal_handler(int signal);
extern int shutdown_signal;
+#if defined (NSUPDATE)
isc_result_t dns_client_init();
+#endif
#endif /* ISCLIB_H */