awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/proto.h
Brad Gonzales 632020195a Issue #628 committing PGEN code received from Plummer on 4-19-2012.
Former-commit-id: fda897d2d0 [formerly 253e8bc948] [formerly fda897d2d0 [formerly 253e8bc948] [formerly 295cbf95e5 [formerly 0816cd253c86acc699cb90866131619c4679f631]]]
Former-commit-id: 295cbf95e5
Former-commit-id: 2a3bf4ec32 [formerly ae3d17c698]
Former-commit-id: a610dcde73
2012-05-10 16:50:45 -05:00

29 lines
1.2 KiB
C
Executable file

/************************************************************************
* proto.h *
* *
* This include file contains function prototypes for all the c code in *
* the common nawips libraries. *
** *
* E. Safford/GSC 10/00 Created *
* A. Hardy/NCEP 7/03 Added proto_textlib *
* S. Danz/AWC 3/06 Added proto_cmd.h and proto_cap.h *
* R. Tian/SAIC 8/06 Added proto_dg.h,proto_cmm.h,proto_grc.h*
* R. Tian/SAIC 10/06 Added proto_na.h *
* E. Safford/SAIC 12/07 rm proto_nmaplib and proto_xw, programs *
* that need these should include them *
* directly. *
***********************************************************************/
#ifndef PROTO
#define PROTO
#include "proto_cgemlib.h"
#include "proto_cmm.h"
#include "proto_dg.h"
#include "fortran_wrappers.h"
#include "proto_gemlib.h"
#include "proto_grc.h"
#include "proto_na.h"
#include "proto_textlib.h"
#endif /* PROTO */