26 lines
1,002 B
C
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 */
|