mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
16 lines
326 B
C
16 lines
326 B
C
/* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
|
|
See the COPYRIGHT file for more information. */
|
|
|
|
#ifndef READ_H
|
|
#define READ_H
|
|
|
|
|
|
extern int readDDS(OCstate*, OCtree*);
|
|
extern int readDAS(OCstate*, OCtree*);
|
|
|
|
extern int readDATADDS(OCstate*, OCtree*);
|
|
|
|
extern int readversion(CURL*, DAPURL*, OCbytes*);
|
|
|
|
#endif /*READ_H*/
|