summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-08-08 21:03:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-08-08 21:03:17 (GMT)
commit210ef12816e84c0550f6d92be8429a50b534962f (patch)
tree48178978f25092111ed4f5543b527087e0e46009 /src/H5Fprivate.h
parentd0710fb699b8d60b59e1bf8dc1844b7add7f644d (diff)
downloadhdf5-210ef12816e84c0550f6d92be8429a50b534962f.zip
hdf5-210ef12816e84c0550f6d92be8429a50b534962f.tar.gz
hdf5-210ef12816e84c0550f6d92be8429a50b534962f.tar.bz2
[svn-r11219] Purpose:
Code cleanup Description: Bring some of the cleanups from the external link coding (which isn't checked in yet) back into CVS as an intermediate checkin. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 697a260..211a2aa 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -429,6 +429,9 @@ struct H5RC_t;
/* Private functions, not part of the publicly documented API */
H5_DLL herr_t H5F_init(void);
+#ifdef NOT_YET
+H5_DLL herr_t H5F_flush_all(hbool_t invalidate);
+#endif /* NOT_YET */
H5_DLL H5F_t * H5F_open(const char *name, unsigned flags, hid_t fcpl_id,
hid_t fapl_id, hid_t dxpl_id);