diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2017-11-10 22:40:17 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2017-11-10 22:40:17 (GMT) |
commit | 04bb800f7c8767c888189740e52e18d74cfe52ab (patch) | |
tree | e61f1b61c8c3aec090c18ef063dad723de90ca5c /src/H5Oprivate.h | |
parent | 576b9c5f5f955aa64814de2ec9f0493656e82f53 (diff) | |
parent | 6663efbf6618f14eb66324e18a7a8e2632f96cf2 (diff) | |
download | hdf5-04bb800f7c8767c888189740e52e18d74cfe52ab.zip hdf5-04bb800f7c8767c888189740e52e18d74cfe52ab.tar.gz hdf5-04bb800f7c8767c888189740e52e18d74cfe52ab.tar.bz2 |
Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 563f8fa..314ee04 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -24,6 +24,9 @@ #ifndef _H5Oprivate_H #define _H5Oprivate_H +/* Early typedefs to avoid circular dependencies */ +typedef struct H5O_t H5O_t; + /* Include the public header file for this API */ #include "H5Opublic.h" /* Object header functions */ @@ -44,7 +47,6 @@ /* Forward references of package typedefs */ typedef struct H5O_msg_class_t H5O_msg_class_t; typedef struct H5O_mesg_t H5O_mesg_t; -typedef struct H5O_t H5O_t; /* Values used to create the shared message & attribute heaps */ /* (Note that these parameters have been tuned so that the resulting heap ID |