From 17b4201476fea72d5a2b2ef0354f1b22e64d36ca Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 3 Jan 2006 13:37:40 -0500 Subject: [svn-r11860] Purpose: Bug fix Description: Add missing prototype for H5G_user_path_test() Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest --- src/H5Gpkg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h index e7318ab..6d47c38 100644 --- a/src/H5Gpkg.h +++ b/src/H5Gpkg.h @@ -231,4 +231,10 @@ H5_DLL int H5G_node_type(H5F_t *f, hid_t dxpl_id, const void *_lt_key, haddr_t a H5_DLL herr_t H5G_name_init(H5G_entry_t *name, const char *path); H5_DLL herr_t H5G_name_set(H5G_entry_t *loc, H5G_entry_t *obj, const char *name); +/* Testing functions */ +#ifdef H5G_TESTING +H5_DLL herr_t H5G_user_path_test(hid_t obj_id, char *user_path, size_t *user_path_len, unsigned *user_path_hidden); +#endif /* H5G_TESTING */ + #endif + -- cgit v0.12