awips2/nativeLib/rary.ohd.pproc/inc/launch_fieldgen_dialog.h
2017-04-21 18:33:55 -06:00

25 lines
896 B
C

/*******************************************************************************
* FILENAME: launch_fieldgen_dialog.h
* GENERAL INFORMATION:
* DESCRIPTION: Contains the declaration for the
* "launch_fieldgen_dialog" routine.
*
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: April 25, 2002
* ORGANIZATION: OHD / HSEB
* MACHINE: HP-UX / Redhat Linux on Dell
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* 4/25/02 Bryon Lawrence Original Coding
********************************************************************************
*/
#include <Xm/Xm.h>
#ifndef LAUNCH_FIELDGEN_DIALOG_H
#define LAUNCH_FIELDGEN_DIALOG_H
void launch_fieldgen_dialog ( Widget w , XtPointer clientdata ,
XtPointer calldata ) ;
#endif /* #ifndef LAUNCH_FIELDGEN_DIALOG_H */