summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-12-08 19:46:51 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-12-08 19:46:51 (GMT)
commit7bb514d35892f6f3e13465eb20a37ea1454facca (patch)
tree198959b1cb4c3e196e96e68b56e5a03bed6bf8d6 /doc
parentb026b7b06310cec0750f689cdbceb8132b1ac194 (diff)
downloadhdf5-7bb514d35892f6f3e13465eb20a37ea1454facca.zip
hdf5-7bb514d35892f6f3e13465eb20a37ea1454facca.tar.gz
hdf5-7bb514d35892f6f3e13465eb20a37ea1454facca.tar.bz2
[svn-r3103]
Purpose: Moved H5Pset_driver and H5Pget_driver_info from RM to TechNotes. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/TechNotes/VFLfunc.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/TechNotes/VFLfunc.html b/doc/html/TechNotes/VFLfunc.html
index 2b960d4..8c8de68 100644
--- a/doc/html/TechNotes/VFLfunc.html
+++ b/doc/html/TechNotes/VFLfunc.html
@@ -16,6 +16,10 @@ Layer</a> design document and in the source code.
+herr_t <font color=red>H5Pset_driver</font>(hid_t plist_id, hid_t driver_id,
+ const void *driver_info)
+
+void *<font color=red>H5Pget_driver_info</font>(hid_t plist_id)
hid_t <font color=red>H5FDregister</font>(const H5FD_class_t *cls);