Former-commit-id:06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f] Former-commit-id:9f19e3f712
24 lines
1,013 B
C
24 lines
1,013 B
C
/*******************************************************************************
|
|
* FILENAME: insert_pseudo_RFCW.h
|
|
* GENERAL INFORMATION:
|
|
* DESCRIPTION: This routine contains the prototype for the
|
|
* insert_pseudo_RFCW routine.
|
|
* ORIGINAL AUTHOR: Bryon Lawrence
|
|
* CREATION DATE: February 11, 2002
|
|
* ORGANIZATION: OHD / HSEB
|
|
* MACHINE: HP-UX / Dell Linux
|
|
* MODIFICATION HISTORY:
|
|
* DATE PROGRAMMER DESCRIPTION/REASON
|
|
* February 11, 2002 Bryon Lawrence Original Coding
|
|
* November 4, 2004 Bryon Lawrence Added const qualifier to gid
|
|
* parameter of insert_pseudo_RFCW.
|
|
********************************************************************************
|
|
*/
|
|
|
|
#ifndef INSERT_PSEUDO_RFCW_H
|
|
#define INSERT_PSEUDO_RFCW_H
|
|
|
|
void insert_pseudo_RFCW ( const char *gid , char *dt , float lat , float lon ,
|
|
float val ) ;
|
|
|
|
#endif /* #ifndef INSERT_PSEUDO_RFCW_H */
|