summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@jam.ad.hdfgroup.org>2017-04-26 12:55:02 (GMT)
committerDana Robinson <derobins@jam.ad.hdfgroup.org>2017-04-26 12:55:02 (GMT)
commit932e1883035d2c676bbaa129d44e57a180804d14 (patch)
treef1bea2d02b43e4850db8d0307b3ab5099fd0f0ae /src
parentdff30ae9c7e71d3e6675222e2fffd7202871390d (diff)
downloadhdf5-932e1883035d2c676bbaa129d44e57a180804d14.zip
hdf5-932e1883035d2c676bbaa129d44e57a180804d14.tar.gz
hdf5-932e1883035d2c676bbaa129d44e57a180804d14.tar.bz2
Ran bin/reconfigure on jam after changes to make_err.
Diffstat (limited to 'src')
-rw-r--r--src/H5Epubgen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h
index 75eca0b..bd68f04 100644
--- a/src/H5Epubgen.h
+++ b/src/H5Epubgen.h
@@ -20,6 +20,10 @@
#ifndef _H5Epubgen_H
#define _H5Epubgen_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*********************/
/* Major error codes */
/*********************/
@@ -365,4 +369,8 @@ H5_DLLVAR hid_t H5E_CANTREMOVE_g; /* Unable to remove object */
H5_DLLVAR hid_t H5E_CANTCONVERT_g; /* Can't convert datatypes */
H5_DLLVAR hid_t H5E_BADSIZE_g; /* Bad size for object */
+#ifdef __cplusplus
+}
+#endif
+
#endif /* H5Epubgen_H */