ocdump.h 432 B

12345678910111213141516
  1. /* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
  2. See the COPYRIGHT file for more information. */
  3. #ifndef OCDUMP_H
  4. #define OCDUMP_H
  5. extern void ocdumpnode(OCnode* node);
  6. extern void ocdumpslice(OCslice* slice);
  7. extern void ocdumpclause(OCprojectionclause* ref);
  8. extern void ocdumpmemory(char* memory, size_t len, int xdrencoded, int level);
  9. extern void ocdd(OCstate*,OCnode*,int xdrencoded, int level);
  10. #endif /*OCDUMP_H*/