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

34 lines
1.5 KiB
C

/*******************************************************************************
* FILENAME: restore_date.h
* NUMBER OF MODULES: 1
* GENERAL INFORMATION:
* MODULE 1: restore_date.h
* DESCRIPTION: Contains the prototype for the "restore_date" routine.
* This routine restores the previously selected date
* when the "Cancel" option of the "Choose Dates" GUI
* is chosen. This routine is a callback function. It
* adheres to the standard X/Motif callback prototype.
*
* ORIGINAL AUTHOR: Unknown
* CREATION DATE: Unknown
* ORGANIZATION: OHD / HSEB
* MACHINE: HP-UX / Dell Linux
* MODIFICATION HISTORY:
* MODULE # DATE PROGRAMMER DESCRIPTION/REASON
* 1 February 7, 2002 Bryon Lawrence Modified this header
* file to include
* documentation and
* #ifndef multiple
* include/redefinition
* protection.
********************************************************************************
*/
#ifndef RESTORE_DATE_H
#define RESTORE_DATE_H
#include <Xm/Xm.h>
void restore_date ( Widget w , XtPointer clientdata , XtPointer calldata ) ;
#endif /* #ifndef RESTORE_DATE_H */