summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-29 18:09:30 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-29 18:09:30 (GMT)
commit64b76cff83f1744fa658e14036999dc8d38c75c3 (patch)
treec4950c48f5481b645a63a54dba3fbacd4fc380e9 /src/H5VLpublic.h
parentc05a5a49c8d37ac216c1d1c7c4c98ea04a60f8a5 (diff)
downloadhdf5-64b76cff83f1744fa658e14036999dc8d38c75c3.zip
hdf5-64b76cff83f1744fa658e14036999dc8d38c75c3.tar.gz
hdf5-64b76cff83f1744fa658e14036999dc8d38c75c3.tar.bz2
[svn-r22192] - change VOL callback for file open to be the same as the API call
- some code formatting according to coding standard
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index 02e90f3..1702148 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -78,7 +78,7 @@ typedef enum H5VL_object_lookup_t {
/* H5F routines */
typedef struct H5VL_file_class_t {
hid_t (*create)(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id);
- hid_t (*open) (const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id);
+ hid_t (*open) (const char *name, unsigned flags, hid_t fapl_id);
herr_t (*flush) (hid_t file_id, H5F_scope_t scope);
herr_t (*get) (hid_t file_id, H5VL_file_get_t get_type, int num_args, va_list arguments);
herr_t (*close) (hid_t file_id);