summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h51
1 files changed, 25 insertions, 26 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index e857a91..97528dc 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -1,13 +1,13 @@
/****************************************************************************
- * NCSA HDF *
- * Software Development Group *
- * National Center for Supercomputing Applications *
- * University of Illinois at Urbana-Champaign *
- * 605 E. Springfield, Champaign IL 61820 *
- * *
- * For conditions of distribution and use, see the accompanying *
- * hdf/COPYING file. *
- * *
+ * NCSA HDF *
+ * Software Development Group *
+ * National Center for Supercomputing Applications *
+ * University of Illinois at Urbana-Champaign *
+ * 605 E. Springfield, Champaign IL 61820 *
+ * *
+ * For conditions of distribution and use, see the accompanying *
+ * hdf/COPYING file. *
+ * *
****************************************************************************/
/* $Id$ */
@@ -22,29 +22,28 @@
/* Private headers needed by this file */
#include <H5private.h>
-#include <H5Gprivate.h> /*for H5G_entry_t */
+#include <H5Gprivate.h> /*for H5G_entry_t */
#define H5T_RESERVED_ATOMS 8
typedef struct H5T_t H5T_t;
-herr_t H5T_init (void);
-
+herr_t H5T_init(void);
/* Private functions */
-herr_t H5T_init_interface (void);
-H5T_t *H5T_create (H5T_class_t type, size_t size);
-H5T_t *H5T_copy (const H5T_t *old_dt);
-herr_t H5T_close (H5T_t *dt);
-size_t H5T_get_size (const H5T_t *dt);
-intn H5T_cmp (const H5T_t *dt1, const H5T_t *dt2);
-hbool_t H5T_is_atomic (const H5T_t *dt);
-
-herr_t H5T_insert (H5T_t *parent, const char *name, off_t offset,
- const H5T_t *member);
-herr_t H5T_sort_by_offset (H5T_t *dt);
-herr_t H5T_pack (H5T_t *dt);
-herr_t H5T_debug (H5T_t *dt, FILE *stream);
-H5T_conv_t H5T_find (const H5T_t *src, const H5T_t *dst);
+herr_t H5T_init_interface(void);
+H5T_t *H5T_create(H5T_class_t type, size_t size);
+H5T_t *H5T_copy(const H5T_t *old_dt);
+herr_t H5T_close(H5T_t *dt);
+size_t H5T_get_size(const H5T_t *dt);
+intn H5T_cmp(const H5T_t *dt1, const H5T_t *dt2);
+hbool_t H5T_is_atomic(const H5T_t *dt);
+
+herr_t H5T_insert(H5T_t *parent, const char *name, off_t offset,
+ const H5T_t *member);
+herr_t H5T_sort_by_offset(H5T_t *dt);
+herr_t H5T_pack(H5T_t *dt);
+herr_t H5T_debug(H5T_t *dt, FILE * stream);
+H5T_conv_t H5T_find(const H5T_t *src, const H5T_t *dst);
#endif