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

24 lines
1,003 B
C

/*******************************************************************************
* FILENAME: get_last_times.h
* GENERAL INFORMATION:
* DESCRIPTION: Contains the prototype for the get_last_times
* routine in the get_last_times.ec file.
*
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: February 11, 2002
* ORGANIZATION: OHD / HSEB
* MACHINE: HP-UX / Dell Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* February 11, 2002 Bryon Lawrence Original Coding
* November 4, 2004 Bryon Lawrence Modified the rfc and datetime calling
* arguments with the const qualifier.
********************************************************************************
*/
#ifndef GET_LAST_TIMES_H
#define GET_LAST_TIMES_H
void get_last_times ( const char * rfc , const char * datetime ,
char str1 [ ] , char str2 [ ] ) ;
#endif /* #ifndef GET_LAST_TIMES_H */