/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF. The full HDF copyright notice, including * * terms governing use, modification, and redistribution, is contained in * * the files COPYING and Copyright.html. COPYING can be found at the root * * of the source code distribution tree; Copyright.html can be found at * * http://hdfgroup.org/products/hdf4/doc/Copyright.html. If you do not have * * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifdef RCSID static char RcsId[] = "@(#)$Revision: 4932 $ " #endif /*********************************************************** * vattr.h - vdata/vgroup attribute interface * *********************************************************** */ /* $Id: vattr.h 4932 2007-09-07 17:17:23Z bmribler $ */ #ifndef _VATTR_H #define _VATTR_H #include "hdf.h" #include "vg.h" #endif