1 
2 #ifndef _XmEditresComI_h
3 #define _XmEditresComI_h
4 
5 #include <X11/Intrinsic.h>
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 void _XmEditResCheckMessages(Widget w, XtPointer data, XEvent event, Boolean cont);
12 
13 #ifdef __cplusplus
14 }  /* Close scope of 'extern "C"' declaration which encloses file. */
15 #endif
16 
17 #endif
18