diff options
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r-- | src/H5FDprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h index 064d337..52747d0 100644 --- a/src/H5FDprivate.h +++ b/src/H5FDprivate.h @@ -32,6 +32,9 @@ /* Macros */ +/* Forward declarations for prototype arguments */ +struct H5P_genplist_t; + /* Prototypes */ H5_DLL int H5FD_term_interface(void); H5_DLL H5FD_class_t *H5FD_get_class(hid_t id); |