awips2/nativeLib/rary.ohd.pproc/inc/clear_data_RFCW.h
root 9f19e3f712 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

26 lines
1,002 B
C

/*******************************************************************************
* 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 */