Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/X11
File: VarargsI.h
/*
[0] Fix | Delete
[1] Fix | Delete
Copyright 1985, 1986, 1987, 1988, 1989, 1998 The Open Group
[2] Fix | Delete
[3] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[4] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[5] Fix | Delete
the above copyright notice appear in all copies and that both that
[6] Fix | Delete
copyright notice and this permission notice appear in supporting
[7] Fix | Delete
documentation.
[8] Fix | Delete
[9] Fix | Delete
The above copyright notice and this permission notice shall be included in
[10] Fix | Delete
all copies or substantial portions of the Software.
[11] Fix | Delete
[12] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[13] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[14] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[15] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[16] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[17] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[18] Fix | Delete
[19] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[20] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[21] Fix | Delete
in this Software without prior written authorization from The Open Group.
[22] Fix | Delete
[23] Fix | Delete
*/
[24] Fix | Delete
[25] Fix | Delete
#ifndef _VarargsI_h_
[26] Fix | Delete
#define _VarargsI_h_
[27] Fix | Delete
[28] Fix | Delete
#include <stdarg.h>
[29] Fix | Delete
[30] Fix | Delete
/* private routines */
[31] Fix | Delete
[32] Fix | Delete
_XFUNCPROTOBEGIN
[33] Fix | Delete
[34] Fix | Delete
extern void _XtCountVaList(
[35] Fix | Delete
va_list /*var*/, int* /*total_count*/, int* /*typed_count*/
[36] Fix | Delete
);
[37] Fix | Delete
[38] Fix | Delete
extern void _XtVaToArgList(
[39] Fix | Delete
Widget /*widget*/, va_list /*var*/, int /*max_count*/, ArgList* /*args_return*/, Cardinal* /*num_args_return*/
[40] Fix | Delete
);
[41] Fix | Delete
[42] Fix | Delete
extern void _XtVaToTypedArgList(
[43] Fix | Delete
va_list /*var*/, int /*count*/, XtTypedArgList* /*args_return*/, Cardinal* /*num_args_return*/
[44] Fix | Delete
);
[45] Fix | Delete
[46] Fix | Delete
extern XtTypedArgList _XtVaCreateTypedArgList(
[47] Fix | Delete
va_list /*var*/, int /*count*/
[48] Fix | Delete
);
[49] Fix | Delete
[50] Fix | Delete
extern void _XtFreeArgList(
[51] Fix | Delete
ArgList /*args*/, int /*total_count*/, int /*typed_count*/
[52] Fix | Delete
);
[53] Fix | Delete
[54] Fix | Delete
extern void _XtGetApplicationResources(
[55] Fix | Delete
Widget /*w*/, XtPointer /*base*/, XtResourceList /*resources*/, Cardinal /*num_resources*/, ArgList /*args*/, Cardinal /*num_args*/, XtTypedArgList /*typed_args*/, Cardinal /*num_typed_args*/
[56] Fix | Delete
);
[57] Fix | Delete
[58] Fix | Delete
extern void _XtGetSubresources(
[59] Fix | Delete
Widget /*w*/, XtPointer /*base*/, const char* /*name*/, const char* /*class*/, XtResourceList /*resources*/, Cardinal /*num_resources*/, ArgList /*args*/, Cardinal /*num_args*/, XtTypedArgList /*typed_args*/, Cardinal /*num_typed_args*/
[60] Fix | Delete
);
[61] Fix | Delete
[62] Fix | Delete
_XFUNCPROTOEND
[63] Fix | Delete
[64] Fix | Delete
#endif /* _VarargsI_h_ */
[65] Fix | Delete
[66] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function