summaryrefslogtreecommitdiffstats
path: root/src/H5ASprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-09 21:18:07 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-09 21:18:07 (GMT)
commit8c551f6e093bc6190705288ada0fc07236f4ad66 (patch)
tree82eeb4c542fafdba8b60d169f9d09f8da7bff2fd /src/H5ASprivate.h
parent284987223014f107c874cbba9fec2c434539c6c2 (diff)
downloadhdf5-8c551f6e093bc6190705288ada0fc07236f4ad66.zip
hdf5-8c551f6e093bc6190705288ada0fc07236f4ad66.tar.gz
hdf5-8c551f6e093bc6190705288ada0fc07236f4ad66.tar.bz2
[svn-r25244] first cut on new analysis shipping.
- missing AND / OR for regions (faking now).
Diffstat (limited to 'src/H5ASprivate.h')
-rw-r--r--src/H5ASprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5ASprivate.h b/src/H5ASprivate.h
index 203990e..c4d69ff 100644
--- a/src/H5ASprivate.h
+++ b/src/H5ASprivate.h
@@ -40,8 +40,8 @@
/* Library Private Prototypes */
/******************************/
-H5_DLL herr_t H5AS_execute(const char *file_name, const char *dataset_name,
- hid_t query_id, const char *split_script, const char *combine_script,
- hid_t estack_id);
+H5_DLL herr_t H5AS_invoke(const char *file_name, hid_t query_id,
+ const char *split_script, const char *combine_script,
+ const char *integrate_script, hid_t estack_id);
#endif /* _H5ASprivate_H */