summaryrefslogtreecommitdiffstats
path: root/src/H5FPpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-10-28 18:45:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-10-28 18:45:26 (GMT)
commit0d1aba339eb7f0fd53282412289226896df1e988 (patch)
tree46ffeb916926d629eae9d9d37e0c825a1d19fe17 /src/H5FPpublic.h
parent4bd557ec1ee1f85bfda57a304093ca1768ba2d0a (diff)
downloadhdf5-0d1aba339eb7f0fd53282412289226896df1e988.zip
hdf5-0d1aba339eb7f0fd53282412289226896df1e988.tar.gz
hdf5-0d1aba339eb7f0fd53282412289226896df1e988.tar.bz2
[svn-r6040] Purpose:
Code cleanup Description: Add more comments and clean up small bits of the FPH5 code. Platforms tested: FreeBSD 4.7 (sleipnir), changes too minor to affect other platforms.
Diffstat (limited to 'src/H5FPpublic.h')
-rw-r--r--src/H5FPpublic.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/H5FPpublic.h b/src/H5FPpublic.h
index 047c0ce..f282e23 100644
--- a/src/H5FPpublic.h
+++ b/src/H5FPpublic.h
@@ -16,7 +16,14 @@
#include "H5public.h"
-extern herr_t H5FPinit(MPI_Comm comm, int sap_rank);
-extern herr_t H5FPfinalize(void);
+#ifdef __cplusplus
+extern "C" {
+#endif
+H5_DLL herr_t H5FPinit(MPI_Comm comm, int sap_rank);
+H5_DLL herr_t H5FPfinalize(void);
+
+#ifdef __cplusplus
+}
+#endif
#endif /* H5FPPUBLIC_H__ */