summaryrefslogtreecommitdiffstats
path: root/src/H5Gpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-07 16:20:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-07 16:20:43 (GMT)
commit6028d7f9c9a7a8ff109368b89898e010cc4abcbb (patch)
tree2d713885f0c80be6ffcef9c9ae22fd5018413e90 /src/H5Gpkg.h
parent76ae1a3f451db2f91ad70975282ff25ae0c68ace (diff)
downloadhdf5-6028d7f9c9a7a8ff109368b89898e010cc4abcbb.zip
hdf5-6028d7f9c9a7a8ff109368b89898e010cc4abcbb.tar.gz
hdf5-6028d7f9c9a7a8ff109368b89898e010cc4abcbb.tar.bz2
[svn-r7172] Purpose:
Code cleanup Description: Remove "UNUSED" keyword from function prototypes in header files. Platforms tested: IA64 Linux cluster (titan) too small to need commit test
Diffstat (limited to 'src/H5Gpkg.h')
-rw-r--r--src/H5Gpkg.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h
index bd64e58..9443a54 100644
--- a/src/H5Gpkg.h
+++ b/src/H5Gpkg.h
@@ -142,12 +142,12 @@ H5_DLL herr_t H5G_ent_encode_vec(H5F_t *f, uint8_t **pp,
const H5G_entry_t *ent, int n);
/* Functions that understand symbol table nodes */
-H5_DLL int H5G_node_iterate (H5F_t *f, hid_t dxpl_id, void UNUSED *_lt_key, haddr_t addr,
- void UNUSED *_rt_key, void *_udata);
-H5_DLL int H5G_node_sumup(H5F_t *f, hid_t dxpl_id, void UNUSED *_lt_key, haddr_t addr,
- void UNUSED *_rt_key, void *_udata);
-H5_DLL int H5G_node_name(H5F_t *f, hid_t dxpl_id, void UNUSED *_lt_key, haddr_t addr,
- void UNUSED *_rt_key, void *_udata);
-H5_DLL int H5G_node_type(H5F_t *f, hid_t dxpl_id, void UNUSED *_lt_key, haddr_t addr,
- void UNUSED *_rt_key, void *_udata);
+H5_DLL int H5G_node_iterate (H5F_t *f, hid_t dxpl_id, void *_lt_key, haddr_t addr,
+ void *_rt_key, void *_udata);
+H5_DLL int H5G_node_sumup(H5F_t *f, hid_t dxpl_id, void *_lt_key, haddr_t addr,
+ void *_rt_key, void *_udata);
+H5_DLL int H5G_node_name(H5F_t *f, hid_t dxpl_id, void *_lt_key, haddr_t addr,
+ void *_rt_key, void *_udata);
+H5_DLL int H5G_node_type(H5F_t *f, hid_t dxpl_id, void *_lt_key, haddr_t addr,
+ void *_rt_key, void *_udata);
#endif