Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isc
File: stdtime.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_STDTIME_H
[12] Fix | Delete
#define ISC_STDTIME_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file */
[15] Fix | Delete
[16] Fix | Delete
#include <isc/lang.h>
[17] Fix | Delete
#include <inttypes.h>
[18] Fix | Delete
[19] Fix | Delete
/*%
[20] Fix | Delete
* It's public information that 'isc_stdtime_t' is an unsigned integral type.
[21] Fix | Delete
* Applications that want maximum portability should not assume anything
[22] Fix | Delete
* about its size.
[23] Fix | Delete
*/
[24] Fix | Delete
typedef uint32_t isc_stdtime_t;
[25] Fix | Delete
[26] Fix | Delete
ISC_LANG_BEGINDECLS
[27] Fix | Delete
/* */
[28] Fix | Delete
void
[29] Fix | Delete
isc_stdtime_get(isc_stdtime_t *t);
[30] Fix | Delete
/*%<
[31] Fix | Delete
* Set 't' to the number of seconds since 00:00:00 UTC, January 1, 1970.
[32] Fix | Delete
*
[33] Fix | Delete
* Requires:
[34] Fix | Delete
*
[35] Fix | Delete
*\li 't' is a valid pointer.
[36] Fix | Delete
*/
[37] Fix | Delete
[38] Fix | Delete
#define isc_stdtime_convert32(t, t32p) (*(t32p) = t)
[39] Fix | Delete
/*
[40] Fix | Delete
* Convert the standard time to its 32-bit version.
[41] Fix | Delete
*/
[42] Fix | Delete
[43] Fix | Delete
ISC_LANG_ENDDECLS
[44] Fix | Delete
[45] Fix | Delete
#endif /* ISC_STDTIME_H */
[46] Fix | Delete
[47] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function