diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-06-06 22:19:52 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-06-06 22:19:52 (GMT) |
commit | 0cab1628f544988af779d93ba7b60fb3bd4783d5 (patch) | |
tree | 3f4129eec089524df2b49ea511adc2622da592d9 /src/H5lite.h | |
parent | bdac44941a555f2700f71bad4a42e45c5a992cb7 (diff) | |
download | hdf5-0cab1628f544988af779d93ba7b60fb3bd4783d5.zip hdf5-0cab1628f544988af779d93ba7b60fb3bd4783d5.tar.gz hdf5-0cab1628f544988af779d93ba7b60fb3bd4783d5.tar.bz2 |
[svn-r3971] my first hdf5 library contribution
Diffstat (limited to 'src/H5lite.h')
-rwxr-xr-x | src/H5lite.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/H5lite.h b/src/H5lite.h index 4835b83..40434e8 100755 --- a/src/H5lite.h +++ b/src/H5lite.h @@ -15,6 +15,16 @@ #ifndef _H5Lite_H #define _H5Lite_H +#include "H5private.h" +#include "H5Ipublic.h" +#include "H5Fpublic.h" +#include "H5Tpublic.h" +#include "H5Ppublic.h" +#include "H5Spublic.h" +#include "H5Gpublic.h" +#include "H5Apublic.h" + + herr_t H5Lmake_dataset( hid_t loc_id, const char *dset_name, |