summaryrefslogtreecommitdiffstats
path: root/src/H5Ppkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-07 16:19:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-07 16:19:54 (GMT)
commit8732e5f0d839babd0ccf33917e8de75a3cc1602a (patch)
treebccae13c9b4475c9d9c60de516067e974d91842b /src/H5Ppkg.h
parented5f7c7766185d01684b86b73527f23a5875f8d2 (diff)
downloadhdf5-8732e5f0d839babd0ccf33917e8de75a3cc1602a.zip
hdf5-8732e5f0d839babd0ccf33917e8de75a3cc1602a.tar.gz
hdf5-8732e5f0d839babd0ccf33917e8de75a3cc1602a.tar.bz2
[svn-r7171] 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/H5Ppkg.h')
-rw-r--r--src/H5Ppkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h
index f77b852..1b287fb 100644
--- a/src/H5Ppkg.h
+++ b/src/H5Ppkg.h
@@ -114,7 +114,7 @@ H5_DLL herr_t H5P_add_prop(H5TB_TREE *props, H5P_genprop_t *prop);
H5_DLL herr_t H5P_access_class(H5P_genclass_t *pclass, H5P_class_mod_t mod);
H5_DLL char *H5P_get_class_path(H5P_genclass_t *pclass);
H5_DLL H5P_genclass_t *H5P_open_class_path(const char *path);
-H5_DLL int H5P_tbbt_strcmp(const void *k1, const void *k2, int UNUSED cmparg);
+H5_DLL int H5P_tbbt_strcmp(const void *k1, const void *k2, int cmparg);
H5_DLL herr_t H5P_close_class(void *_pclass);
/* Testing functions */