23 lines
837 B
C
23 lines
837 B
C
/*******************************************************************************
|
|
* FILENAME: show_radar_rings.h
|
|
* GENERAL INFORMATION:
|
|
* DESCRIPTION: Contains the prototype for the show_radar_rings
|
|
* routine.
|
|
*
|
|
* ORIGINAL AUTHOR: Moria Shebsovich
|
|
* CREATION DATE: May 21, 2002
|
|
* ORGANIZATION: HSEB / OHD
|
|
* MACHINE: HP Unix / Dell Linux
|
|
* MODIFICATION HISTORY:
|
|
* DATE PROGRAMMER DESCRIPTION/REASON
|
|
* 5/21/02 Moria Shebsovich Original Coding
|
|
********************************************************************************
|
|
*/
|
|
|
|
#ifndef SHOW_RADAR_RINGS_H
|
|
#define SHOW_RADAR_RINGS_H
|
|
|
|
void show_radar_rings ( Widget w , XtPointer client_data ,
|
|
XtPointer call_data ) ;
|
|
|
|
#endif /* #ifndef SHOW_RADAR_RINGS_H */
|