summaryrefslogtreecommitdiffstats
path: root/src/H5Lpublic.h
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-08-22 16:22:43 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-08-22 16:22:43 (GMT)
commit9d4229713ebb1ed899c5c5fa72dbaeb5611e923e (patch)
tree381374eb5ffa7cf95f6794a0910e1cdd12cf0175 /src/H5Lpublic.h
parentc17ea4461717a8065cc421980f897fa30a07f8d0 (diff)
downloadhdf5-9d4229713ebb1ed899c5c5fa72dbaeb5611e923e.zip
hdf5-9d4229713ebb1ed899c5c5fa72dbaeb5611e923e.tar.gz
hdf5-9d4229713ebb1ed899c5c5fa72dbaeb5611e923e.tar.bz2
[svn-r12608] Checked in External Link C examples.
Since these examples need to follow filesystem paths, the Makefiles need to create directories in the examples directory; added this to the Makefile.am. Tested on Windows, mir, juniper
Diffstat (limited to 'src/H5Lpublic.h')
-rw-r--r--src/H5Lpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Lpublic.h b/src/H5Lpublic.h
index 29dc840..2f0bf28 100644
--- a/src/H5Lpublic.h
+++ b/src/H5Lpublic.h
@@ -127,8 +127,8 @@ H5_DLL herr_t H5Lget_linkinfo(hid_t loc_id, const char *name,
/* UD link functions */
H5_DLL herr_t H5Lcreate_ud(hid_t link_loc_id, const char *link_name,
- H5L_link_t link_type, void * udata, size_t udata_size, hid_t lcpl_id,
- hid_t lapl_id);
+ H5L_link_t link_type, const void * udata, size_t udata_size,
+ hid_t lcpl_id, hid_t lapl_id);
H5_DLL herr_t H5Lregister(const H5L_link_class_t *cls);
H5_DLL herr_t H5Lunregister(H5L_link_t id);
H5_DLL htri_t H5Lis_registered(H5L_link_t id);