Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcreate / cmncbs.h
1 /* $XConsortium: cmncbs.h /main/4 1995/11/01 16:10:49 rswiston $ */
2 /***************************************************************************/
3 /*                                                                         */
4 /*  cmncbs.h                                                               */
5 /*                                                                         */
6 /***************************************************************************/
7
8 #ifndef _CMNCBS_H_INCLUDED
9 #define _CMNCBS_H_INCLUDED
10
11 #ifndef STORAGECLASS
12 #ifdef  NOEXTERN
13 #define STORAGECLASS
14 #else
15 #define STORAGECLASS extern
16 #endif
17 #endif
18
19 /***************************************************************************/
20 /*                                                                         */
21 /*  Prototypes for functions                                               */
22 /*                                                                         */
23 /***************************************************************************/
24
25 void activateCB_open_FindSet (Widget,XtPointer,XmFileSelectionBoxCallbackStruct *);
26 void activateCB_edit_icon (Widget,XtPointer,XmPushButtonCallbackStruct *);
27 void DisplayHelpDialog (Widget, XtPointer, XtPointer);
28 void helpCB_general (Widget, XtPointer, XtPointer);
29
30
31 #endif /* _CMNCBS_H_INCLUDED */