diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-10-30 23:46:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-10-30 23:46:27 (GMT) |
commit | 3f69573f575390295536c0faa6d083c58a7291fa (patch) | |
tree | 554230227da6e04f650668ec3421052806a9a8df /src/H5Lprivate.h | |
parent | c19a43d85474fc21308cb3e5e59dbc535edf4174 (diff) | |
download | hdf5-3f69573f575390295536c0faa6d083c58a7291fa.zip hdf5-3f69573f575390295536c0faa6d083c58a7291fa.tar.gz hdf5-3f69573f575390295536c0faa6d083c58a7291fa.tar.bz2 |
[svn-r12832] Description:
Clean up formatting and re-organize a bit...
Tested on:
Max OS X/32 10.4.8 (amazon)
FreeBSD/32 4.11 (sleipnir)
Linux/32 2.4 (heping)
Linux/64 2.4 (mir)
Diffstat (limited to 'src/H5Lprivate.h')
-rw-r--r-- | src/H5Lprivate.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/H5Lprivate.h b/src/H5Lprivate.h index 0d1c81d..308a6c6 100644 --- a/src/H5Lprivate.h +++ b/src/H5Lprivate.h @@ -40,10 +40,7 @@ #define H5L_ELINK_PREFIX_SIZE sizeof(char *) #define H5L_ELINK_PREFIX_DEF NULL /*default is no prefix */ -/* Functions that understand link messages */ -/* forward reference for later use */ -struct H5HL_t; /* defined in H5HLprivate.h */ - +/* General operations on links */ H5_DLL herr_t H5L_link(H5G_loc_t *new_loc, const char *new_name, H5G_loc_t *obj_loc, hid_t lcpl_id, hid_t lapl_id, hid_t dxpl_id); H5_DLL hid_t H5L_get_default_lcpl(void); @@ -57,5 +54,5 @@ H5_DLL herr_t H5L_register(const H5L_class_t *cls); H5_DLL herr_t H5L_unregister(H5L_type_t id); H5_DLL const H5L_class_t *H5L_find_class(H5L_type_t id); - #endif /* _H5Lprivate_H */ + |