Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isc
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 ISC_LIB_H
[12] Fix | Delete
#define ISC_LIB_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file isc/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
LIBISC_EXTERNAL_DATA extern isc_msgcat_t *isc_msgcat;
[22] Fix | Delete
[23] Fix | Delete
void
[24] Fix | Delete
isc_lib_initmsgcat(void);
[25] Fix | Delete
/*!<
[26] Fix | Delete
* \brief Initialize the ISC library's message catalog, isc_msgcat, if it
[27] Fix | Delete
* has not already been initialized.
[28] Fix | Delete
*/
[29] Fix | Delete
[30] Fix | Delete
void
[31] Fix | Delete
isc_lib_register(void);
[32] Fix | Delete
/*!<
[33] Fix | Delete
* \brief Register the ISC library implementations for some base services
[34] Fix | Delete
* such as memory or event management and handling socket or timer events.
[35] Fix | Delete
* An external application that wants to use the ISC library must call this
[36] Fix | Delete
* function very early in main().
[37] Fix | Delete
*/
[38] Fix | Delete
[39] Fix | Delete
ISC_LANG_ENDDECLS
[40] Fix | Delete
[41] Fix | Delete
#endif /* ISC_LIB_H */
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function