mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
14 lines
289 B
C
14 lines
289 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*, int inmemory);
|
|
|
|
#endif /*READ_H*/
|