source: XIOS/dev/dev_cmip6_omp/extern/src_netcdf4/ocdrno.h @ 1606

Last change on this file since 1606 was 409, checked in by ymipsl, 11 years ago

Add improved nectdf internal library src

YM

  • Property svn:eol-style set to native
File size: 446 bytes
Line 
1/* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
2   See the COPYRIGHT file for more information. */
3
4#ifndef OCDRNO_H
5#define OCDRNO_H
6/*
7This file exports procedures
8that access the internals of
9oc. They are intended to be called
10by the drno code to avoid at least
11the appearance of breaking the oc
12encapsulation.
13*/
14
15/* DO NOT FREE THE RETURNED STRINGS */
16extern OCerror ocdaperrorcode(OCconnection,char**,char**,long*);
17
18#endif /*OCDRNO_H*/
Note: See TracBrowser for help on using the repository browser.