mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
12 lines
324 B
C
12 lines
324 B
C
/* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
|
|
See the COPYRIGHT file for more information. */
|
|
|
|
#ifndef OCCLIENTPARAMS_H
|
|
#define OCCLIENTPARAMS_H
|
|
|
|
extern OClist* ocparamdecode(OCstate*);
|
|
extern const char* ocparamlookup(OCstate*, const char*);
|
|
extern void ocparamset(OCstate*,const char*);
|
|
|
|
#endif /*OCCLIENTPARAMS_H*/
|