mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
13 lines
395 B
C
13 lines
395 B
C
/*********************************************************************
|
|
* Copyright 2018, UCAR/Unidata
|
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
|
*********************************************************************/
|
|
|
|
#ifndef D4READ_H
|
|
#define D4READ_H
|
|
|
|
extern int NCD4_readDMR(NCD4INFO*);
|
|
extern int NCD4_readDAP(NCD4INFO*, int inmemory);
|
|
|
|
#endif /*READ_H*/
|