netcdf-c/oc/read.h

16 lines
326 B
C
Raw Normal View History

2010-06-03 21:24:43 +08:00
/* 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*/