ocdrno.h 446 B

123456789101112131415161718
  1. /* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
  2. See the COPYRIGHT file for more information. */
  3. #ifndef OCDRNO_H
  4. #define OCDRNO_H
  5. /*
  6. This file exports procedures
  7. that access the internals of
  8. oc. They are intended to be called
  9. by the drno code to avoid at least
  10. the appearance of breaking the oc
  11. encapsulation.
  12. */
  13. /* DO NOT FREE THE RETURNED STRINGS */
  14. extern OCerror ocdaperrorcode(OCconnection,char**,char**,long*);
  15. #endif /*OCDRNO_H*/