Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcreate / ErrorDialog.h
1 /* $XConsortium: ErrorDialog.h /main/4 1995/11/01 16:07:01 rswiston $ */
2
3 /*******************************************************************************
4        ErrorDialog.h
5        This header file is included by ErrorDialog.c
6
7 *******************************************************************************/
8
9 #ifndef _ERRORDIALOG_H_INCLUDED
10 #define _ERRORDIALOG_H_INCLUDED
11
12
13 #include <stdio.h>
14 #include <Xm/MessageB.h>
15
16 extern Widget   ErrorDialog;
17
18 /*******************************************************************************
19        Declarations of global functions.
20 *******************************************************************************/
21
22
23 void    display_error_message (Widget parent, char *message);
24
25
26 #endif  /* _ERRORDIALOG_H_INCLUDED */