summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
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 */