diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-08 01:56:27 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-08 01:56:27 (GMT) |
commit | d0e32b545c41dcc36a69ab146b54b55e7ac9dc07 (patch) | |
tree | 37b24e8b9ec321eb2585c0628ee9d8d0433962ff /src/H5Oprivate.h | |
parent | 86650b977c357441dec0b71530c5971503efaaff (diff) | |
download | hdf5-d0e32b545c41dcc36a69ab146b54b55e7ac9dc07.zip hdf5-d0e32b545c41dcc36a69ab146b54b55e7ac9dc07.tar.gz hdf5-d0e32b545c41dcc36a69ab146b54b55e7ac9dc07.tar.bz2 |
Split internal H5R functionality into H5Rint.c.
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 |