awips2/nativeLib/rary.ohd.pproc/inc/clear_data_RFCW.h

27 lines
1,002 B
C
Raw Normal View History

2017-04-21 18:33:55 -06:00
/*******************************************************************************
* FILENAME: clear_data_RFCW.h
* GENERAL INFORMATION:
* DESCRIPTION: This header file contains the prototype information
* for the clear_data_RFCW routine contained within
* the clear_data_RFCW.c file.
*
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: February 26, 2002
* ORGANIZATION: OHD / HSEB
* MACHINE: HP Unix/ Dell Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* Feburary 26, 2002 Bryon Lawrence Original Coding.
********************************************************************************
*/
#ifndef CLEAR_DATA_RFCW_H
#define CLEAR_DATA_RFCW_H
#include <Xm/Xm.h>
void clear_data_RFCW ( Widget w , XtPointer clientdata , XtPointer calldata ) ;
void clear_data_ok_RFCW ( Widget w , XtPointer clientdata , XtPointer calldata ) ;
#endif /* #ifndef CLEAR_DATA_RFCW_H */