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

28 lines
910 B
C

/*******************************************************************************
* FILENAME: find_dates.h
* GENERAL INFORMATION:
* DESCRIPTION: Contains the prototypes for the
* get_dates_RFCW,
* GetCurrentDate_RFCW,
* GetEarlierDate_RFCW(int hrs)
* routines in the find_dates.c file.
* ORIGINAL AUTHOR: Moria Shebsovich
* CREATION DATE: February 11, 2002
* ORGANIZATION: OHD / HSEB
* MACHINE: HP-UX / Dell-Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* February 11, 2002 Moria Shebsovich Original Coding.
********************************************************************************
*/
#ifndef FIND_NAMES_H
#define FIND_NAMES_H
void get_dates_RFCW();
void GetCurrentDate_RFCW();
void GetEarlierDate_RFCW(int hrs);
#endif /* #ifndef FIND_NAMES_H */