awips2/nativeLib/rary.ohd.pproc/inc/read_numpseudo_RFCW.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

25 lines
1.1 KiB
C

/*******************************************************************************
* FILENAME: read_numpseudo_RFCW.h
* GENERAL INFORMATION:
* DESCRIPTION: Contains the prototypes for the read_numpseudo_RFCW
* and update_numpseudo_RFCW routines.
*
* 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 Added the const qualifier to the
* datetime parameter in the
* update_numpseudo_RFCW routine.
********************************************************************************
*/
#ifndef READ_NUMPSEUDO_RFCW_H
#define READ_NUMPSEUDO_RFCW_H
void read_numpseudo_RFCW ( const char * dt , int * num );
void update_numpseudo_RFCW ( const char * datetime );
#endif /* #ifndef READ_NUMPSEUDO_RFCW_H */