summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-14 13:29:30 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-14 13:29:30 (GMT)
commit87a81eb5afd4d24b2ba42ef78d8aee433c8e8639 (patch)
tree07cedd27e147e1ee6dfd2aa28ff96970614e2d41 /src/H5VLpublic.h
parentff91dd8c3b3d376f005790d5105daf0ee23a73a9 (diff)
downloadhdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.zip
hdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.tar.gz
hdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.tar.bz2
[svn-r22461] add a prototype for a new API routine, H5Fis_accessable
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index f1d3046..ba15f67 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -82,9 +82,8 @@ typedef enum H5VL_file_get_t {
/* types for all file misc operations */
typedef enum H5VL_file_misc_t {
- H5VL_FILE_IS_HDF5 = 0, /* is HDF5? */
- H5VL_FILE_MOUNT = 1,
- H5VL_FILE_UNMOUNT = 2
+ H5VL_FILE_MOUNT = 0,
+ H5VL_FILE_UNMOUNT = 1
} H5VL_file_misc_t;
/* types for all file optional operations */