diff options
Diffstat (limited to 'src/H5Oproto.h')
-rw-r--r-- | src/H5Oproto.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/H5Oproto.h b/src/H5Oproto.h new file mode 100644 index 0000000..df94835 --- /dev/null +++ b/src/H5Oproto.h @@ -0,0 +1,30 @@ +/*------------------------------------------------------------------------- + * Copyright (C) 1997 National Center for Supercomputing Applications. + * All rights reserved. + * + *------------------------------------------------------------------------- + * + * Created: H5Oproto.h + * Aug 5 1997 + * Robb Matzke <matzke@llnl.gov> + * + * Purpose: Object header public prototypes + * + * Modifications: + * + *------------------------------------------------------------------------- + */ +#ifndef _H5Oproto_H +#define _H5Oproto_H + +#if defined c_plusplus || defined __cplusplus +extern "C" +{ +#endif + +#if defined c_plusplus || defined __cplusplus +} +#endif + + +#endif |