Last change
on this file since 2537 was
409,
checked in by ymipsl, 12 years ago
|
Add improved nectdf internal library src
YM
|
-
Property svn:eol-style set to
native
|
File size:
324 bytes
|
Line | |
---|
1 | /* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc. |
---|
2 | See the COPYRIGHT file for more information. */ |
---|
3 | |
---|
4 | #ifndef OCCLIENTPARAMS_H |
---|
5 | #define OCCLIENTPARAMS_H |
---|
6 | |
---|
7 | extern OClist* ocparamdecode(OCstate*); |
---|
8 | extern const char* ocparamlookup(OCstate*, const char*); |
---|
9 | extern void ocparamset(OCstate*,const char*); |
---|
10 | |
---|
11 | #endif /*OCCLIENTPARAMS_H*/ |
---|
Note: See
TracBrowser
for help on using the repository browser.