22 lines
941 B
C
22 lines
941 B
C
/*******************************************************************************
|
|
* FILENAME: read_radar_results_table.h
|
|
* GENERAL INFORMATION:
|
|
* DESCRIPTION: This file contains the prototype for the
|
|
* read_radar_results_table routine in the read_radar_results_table.c
|
|
* source file.
|
|
* ORIGINAL AUTHOR: Hmap_mpe Team
|
|
* 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 READ_RADAR_RESULTS_TABLE_H
|
|
#define READ_RADAR_RESULTS_TABLE_H
|
|
|
|
void read_radar_results_table ( const char * rid, const char * datetime ) ;
|
|
|
|
#endif /* #ifndef READ_RADAR_RESULTS_TABLE_H */
|