mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
19 lines
437 B
C
19 lines
437 B
C
/*********************************************************************
|
|
* Copyright 2010, UCAR/Unidata
|
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
|
* $Id$
|
|
* $Header$
|
|
*********************************************************************/
|
|
|
|
#ifndef NCRPC_H
|
|
#define NCRPC_H
|
|
|
|
/**************************************************/
|
|
/*Forwards*/
|
|
struct NC;
|
|
struct NC_URI;
|
|
struct NClist;
|
|
|
|
|
|
#endif /*NCRPC_H*/
|