source: XIOS/dev/dev_cmip6_omp/extern/src_netcdf4/ocread.h @ 1606

Last change on this file since 1606 was 409, checked in by ymipsl, 11 years ago

Add improved nectdf internal library src

YM

  • Property svn:eol-style set to native
File size: 339 bytes
Line 
1/* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
2   See the COPYRIGHT file for more information. */
3
4#ifndef READ_H
5#define READ_H
6
7
8extern int readDDS(OCstate*, OCtree*);
9extern int readDAS(OCstate*, OCtree*);
10
11extern int readDATADDS(OCstate*, OCtree*, int inmemory);
12
13extern int readversion(CURL*, OCURI*, OCbytes*);
14
15#endif /*READ_H*/
Note: See TracBrowser for help on using the repository browser.