awips2/nativeLib/rary.ohd.pproc/inc/find_dates.h
2017-03-14 15:05:59 -05: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 */