Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/dst
File: lib.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
#ifndef DST_LIB_H
[12] Fix | Delete
#define DST_LIB_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file dst/lib.h */
[15] Fix | Delete
[16] Fix | Delete
#include <isc/types.h>
[17] Fix | Delete
#include <isc/lang.h>
[18] Fix | Delete
[19] Fix | Delete
ISC_LANG_BEGINDECLS
[20] Fix | Delete
[21] Fix | Delete
LIBDNS_EXTERNAL_DATA extern isc_msgcat_t *dst_msgcat;
[22] Fix | Delete
[23] Fix | Delete
void
[24] Fix | Delete
dst_lib_initmsgcat(void);
[25] Fix | Delete
/*
[26] Fix | Delete
* Initialize the DST library's message catalog, dst_msgcat, if it
[27] Fix | Delete
* has not already been initialized.
[28] Fix | Delete
*/
[29] Fix | Delete
[30] Fix | Delete
ISC_LANG_ENDDECLS
[31] Fix | Delete
[32] Fix | Delete
#endif /* DST_LIB_H */
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function