2018-12-07 06:47:47 +08:00
|
|
|
/* Copyright 2018, UCAR/Unidata and OPeNDAP, Inc.
|
2012-08-01 04:34:13 +08:00
|
|
|
See the COPYRIGHT file for more information. */
|
|
|
|
|
|
|
|
#ifndef OCCOMPILE_H
|
|
|
|
#define OCCOMPILE_H
|
|
|
|
|
|
|
|
extern OCerror occompile(OCstate* state, OCnode* xroot);
|
|
|
|
|
|
|
|
#endif /*OCCOMPILE_H*/
|