source: trunk/third/mwm/WmError.h @ 9757

Revision 9757, 842 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9756, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
3 * ALL RIGHTS RESERVED
4*/
5/*
6 * Motif Release 1.2
7*/
8/*   $RCSfile: WmError.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:17 $ */
9/*
10 * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */
11
12#ifdef _NO_PROTO
13extern void WmInitErrorHandler ();
14extern int WmXErrorHandler ();
15extern int WmXIOErrorHandler ();
16extern void WmXtErrorHandler ();
17extern void WmXtWarningHandler ();
18extern void Warning ();
19#else /* _NO_PROTO */
20extern void WmInitErrorHandler (Display *display);
21extern int WmXErrorHandler (Display *display, XErrorEvent *errorEvent);
22extern int WmXIOErrorHandler (Display *display);
23extern void WmXtErrorHandler (char *message);
24extern void WmXtWarningHandler (char *message);
25extern void Warning (char *message);
26#endif /* _NO_PROTO */
Note: See TracBrowser for help on using the repository browser.