awips2/nativeLib/rary.ohd.pproc/inc/save_rfcwide.h
root 133dc97f67 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 06a8b51d6d [formerly 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]
Former-commit-id: 9f19e3f712
Former-commit-id: a02aeb236c
2012-01-06 08:55:05 -06:00

32 lines
1.1 KiB
C

/*******************************************************************************
* FILENAME: save_rfcwide.h
* GENERAL INFORMATION:
* DESCRIPTION: This file contains the prototype for the
* save_rfcwide,
* save_merged_RFCW,
* void save_gif_rfcwide
* routines in the save_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
* November 17, 2006 Bryon Lawrence Added pproc
********************************************************************************
*/
#ifndef SAVE_RFCWIDE_H
#define SAVE_RFCWIDE_H
#include <Xm/Xm.h>
void save_rfcwide ( Widget w , XtPointer clientdata , XtPointer calldata ) ;
void save_merged_RFCW ( char filename [ ], int len, int map_number,
char * proc_flag, long * irc ) ;
void save_gif_rfcwide ( char fname [ ] ) ;
#endif /* #ifndef SAVE_RFCWIDE_H */