awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/proto.h
Steve Harris 0c25458510 12.4.1-10 baseline
Former-commit-id: 4bfbdad17d [formerly 9f8cb727a5] [formerly 4bfbdad17d [formerly 9f8cb727a5] [formerly 8485b90ff8 [formerly bf53d06834caa780226121334ac1bcf0534c3f16]]]
Former-commit-id: 8485b90ff8
Former-commit-id: 33a67cdd82 [formerly a28d70b5c5]
Former-commit-id: e5543a0e86
2012-05-01 18:06:13 -05:00

29 lines
1.2 KiB
C

/************************************************************************
* 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 */