awips2/nativeLib/rary.ohd.pproc/inc/update_flig_RFCW.h
Chip Gobs e42bef2a33 VLab Issue #3454 (OHD Dual-Pol enhancements for MPE and HPE/HPN (DCS #167,DCS #168) and PostAnalysis (DR #9784) )
Change-Id: Id96c25de545144d769309fef608c431d67d1bada

Former-commit-id: 1f43b57d7dffe0d1c4002ff9f1dd789a47b97734
2014-05-06 10:48:35 -04:00

25 lines
1 KiB
C

/*******************************************************************************
* FILENAME: update_flig_RFCW.h
* GENERAL INFORMATION: Contains the prototype for the update_flig_RFCW
* routine.
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: December 15, 2005
* ORGANIZATION: OHD11, HSEB
* MACHINE: Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* 12/15/2005 Bryon Lawrence Modified the update_flig_RFCW prototype
* to contain the ignore_radar_flag argument.
********************************************************************************
*/
#ifndef UPDATE_FLIG_RFCW_H
#define UPDATE_FLIG_RFCW_H
/*prototype for function update_flig_RFCW() */
void update_flig_RFCW ( short ignore_radar_flag, char * rid ,
char * datetime );
void update_flig_dp_RFCW ( short ignore_radar_flag, char * rid ,
char * datetime );
#endif /* #ifndef UPDATE_FLIG_RFCW_H */