mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Remove message catalogs
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
* information regarding copyright ownership.
|
||||
*/
|
||||
|
||||
#ifndef NS_LIB_H
|
||||
#define NS_LIB_H 1
|
||||
#pragma once
|
||||
|
||||
/*! \file include/ns/lib.h */
|
||||
|
||||
@@ -20,7 +19,6 @@
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
LIBNS_EXTERNAL_DATA extern unsigned int ns_pps;
|
||||
LIBNS_EXTERNAL_DATA extern isc_msgcat_t *ns_msgcat;
|
||||
|
||||
isc_result_t
|
||||
ns_lib_init(void);
|
||||
@@ -35,5 +33,3 @@ ns_lib_shutdown(void);
|
||||
*/
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* NS_LIB_H */
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include <isc/mem.h>
|
||||
#include <isc/msgcat.h>
|
||||
#include <isc/mutex.h>
|
||||
#include <isc/once.h>
|
||||
#include <isc/util.h>
|
||||
|
Reference in New Issue
Block a user