diff options
Diffstat (limited to 'src/H5HGpublic.h')
-rw-r--r-- | src/H5HGpublic.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/H5HGpublic.h b/src/H5HGpublic.h new file mode 100644 index 0000000..0c561e3 --- /dev/null +++ b/src/H5HGpublic.h @@ -0,0 +1,21 @@ +/* + * Copyright (C) 1998 NCSA + * All rights reserved. + * + * Programmer: Robb Matzke <matzke@llnl.gov> + * Friday, March 27, 1998 + */ +#ifndef _H5HGpublic_H +#define _H5HGpublic_H + +/* Public headers needed by this file */ +#include <H5public.h> + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef __cplusplus +} +#endif +#endif |