2
0
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:
Ondřej Surý
2018-11-23 21:35:01 +01:00
parent f8965a5588
commit e2cdf066ea
67 changed files with 306 additions and 1760 deletions

View File

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

View File

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