Blame include/X11/Xmu/Error.h

Packit Service 2b1f13
/*
Packit Service 2b1f13
Packit Service 2b1f13
Copyright 1988, 1998  The Open Group
Packit Service 2b1f13
Packit Service 2b1f13
Permission to use, copy, modify, distribute, and sell this software and its
Packit Service 2b1f13
documentation for any purpose is hereby granted without fee, provided that
Packit Service 2b1f13
the above copyright notice appear in all copies and that both that
Packit Service 2b1f13
copyright notice and this permission notice appear in supporting
Packit Service 2b1f13
documentation.
Packit Service 2b1f13
Packit Service 2b1f13
The above copyright notice and this permission notice shall be included in
Packit Service 2b1f13
all copies or substantial portions of the Software.
Packit Service 2b1f13
Packit Service 2b1f13
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit Service 2b1f13
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit Service 2b1f13
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
Packit Service 2b1f13
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
Packit Service 2b1f13
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
Packit Service 2b1f13
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit Service 2b1f13
Packit Service 2b1f13
Except as contained in this notice, the name of The Open Group shall not be
Packit Service 2b1f13
used in advertising or otherwise to promote the sale, use or other dealings
Packit Service 2b1f13
in this Software without prior written authorization from The Open Group.
Packit Service 2b1f13
Packit Service 2b1f13
*/
Packit Service 2b1f13
Packit Service 2b1f13
/*
Packit Service 2b1f13
 * The interfaces described by this header file are for miscellaneous utilities
Packit Service 2b1f13
 * and are not part of the Xlib standard.
Packit Service 2b1f13
 */
Packit Service 2b1f13
Packit Service 2b1f13
#ifndef _XMU_ERROR_H_
Packit Service 2b1f13
#define _XMU_ERROR_H_
Packit Service 2b1f13
Packit Service 2b1f13
#include <stdio.h>
Packit Service 2b1f13
#include <X11/Xlib.h>
Packit Service 2b1f13
#include <X11/Xfuncproto.h>
Packit Service 2b1f13
Packit Service 2b1f13
_XFUNCPROTOBEGIN
Packit Service 2b1f13
Packit Service 2b1f13
int XmuPrintDefaultErrorMessage
Packit Service 2b1f13
(
Packit Service 2b1f13
 Display		*dpy,
Packit Service 2b1f13
 XErrorEvent		*event,
Packit Service 2b1f13
 FILE			*fp
Packit Service 2b1f13
 );
Packit Service 2b1f13
Packit Service 2b1f13
int XmuSimpleErrorHandler
Packit Service 2b1f13
(
Packit Service 2b1f13
 Display		*dpy,
Packit Service 2b1f13
 XErrorEvent		*errorp
Packit Service 2b1f13
 );
Packit Service 2b1f13
Packit Service 2b1f13
_XFUNCPROTOEND
Packit Service 2b1f13
Packit Service 2b1f13
#endif /* _XMU_ERROR_H_ */