Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bind9/isc
File: netscope.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_NETSCOPE_H
[12] Fix | Delete
#define ISC_NETSCOPE_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file isc/netscope.h */
[15] Fix | Delete
[16] Fix | Delete
#include <inttypes.h>
[17] Fix | Delete
[18] Fix | Delete
ISC_LANG_BEGINDECLS
[19] Fix | Delete
[20] Fix | Delete
/*%
[21] Fix | Delete
* Convert a string of an IPv6 scope zone to zone index. If the conversion
[22] Fix | Delete
* succeeds, 'zoneid' will store the index value.
[23] Fix | Delete
*
[24] Fix | Delete
* XXXJT: when a standard interface for this purpose is defined,
[25] Fix | Delete
* we should use it.
[26] Fix | Delete
*
[27] Fix | Delete
* Returns:
[28] Fix | Delete
* \li ISC_R_SUCCESS: conversion succeeds
[29] Fix | Delete
* \li ISC_R_FAILURE: conversion fails
[30] Fix | Delete
*/
[31] Fix | Delete
isc_result_t
[32] Fix | Delete
isc_netscope_pton(int af, char *scopename, void *addr, uint32_t *zoneid);
[33] Fix | Delete
[34] Fix | Delete
ISC_LANG_ENDDECLS
[35] Fix | Delete
[36] Fix | Delete
#endif /* ISC_NETSCOPE_H */
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function