[svn-r3203] Purpose:

Removal of spurious warnings
Description:
	On HP-UX systems, the compiler would warn of a redeclaration of
	H5G_entry_t in the H5Sprivate.h header.
Solution:
	Removed the prototype declaration since H5Oprivate.h includes the
	H5Gprivate.h header file already.
This commit is contained in:
Bill Wendling 2000-12-26 16:45:32 -05:00
parent f8fe0c19d7
commit 74a0a02c89

View File

@ -192,8 +192,7 @@ __DLLVAR__ const H5S_mconv_t H5S_ALL_MCONV[];
__DLLVAR__ const H5S_fconv_t H5S_HYPER_FCONV[];
__DLLVAR__ const H5S_mconv_t H5S_HYPER_MCONV[];
/* Forward declarations for prototypes arguments */
struct H5G_entry_t;
/* We get the declaration of H5G_entry_t from the H5Oprivate.h file */
__DLL__ H5S_t *H5S_create(H5S_class_t type);
__DLL__ H5S_t *H5S_copy(const H5S_t *src);