awips2/nativeLib/rary.ohd.pproc/inc/display_adapt_param.h
2016-04-21 13:42:45 -05:00

28 lines
960 B
C

/*******************************************************************************
* FILENAME: display_adapt_param.h
* GENERAL INFORMATION:
* DESCRIPTION: This file contains the prototype for the
* display_param_RFCW
* routine in the display_adapt_param.c source file.
*
* ORIGINAL AUTHOR: Hmap_mpe Team
* CREATION DATE: February 12, 2002
* ORGANIZATION: OHD / HSEB
* MACHINE: HP-UX / Dell Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* February 12, 2002 Moria Shebsovich Revision
********************************************************************************
*/
#ifndef DISPLAY_ADAPT_PARAM_H
#define DISPLAY_ADAPT_PARAM_H
#include <Xm/Xm.h>
void display_adapt_param ( Widget w , XtPointer clientdata ,
XtPointer calldata ) ;
#endif /* #ifndef DISPLAY_ADAPT_PARAM_H */