awips2/nativeLib/rary.ohd.pproc/inc/select_site_rfcwide.h
2017-03-14 15:05:59 -05:00

24 lines
918 B
C

/*******************************************************************************
* FILENAME: select_site_rfcwide.h
* GENERAL INFORMATION:
* DESCRIPTION: This file contains the prototype for the
* select_site_rfcwide routine in the select_site_rfcwide.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 SELECT_SITE_RFCWIDE_H
#define SELECT_SITE_RFCWIDE_H
void select_site_rfcwide ( Widget w, XtPointer clientdata, XtPointer calldata ) ;
#endif /* #ifndef SELECT_SITE_RFCWIDE_H */