occlientparams.h 324 B

1234567891011
  1. /* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
  2. See the COPYRIGHT file for more information. */
  3. #ifndef OCCLIENTPARAMS_H
  4. #define OCCLIENTPARAMS_H
  5. extern OClist* ocparamdecode(OCstate*);
  6. extern const char* ocparamlookup(OCstate*, const char*);
  7. extern void ocparamset(OCstate*,const char*);
  8. #endif /*OCCLIENTPARAMS_H*/