summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-07-20 21:06:54 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-07-20 21:06:54 (GMT)
commita3aedfff18d9e0f75f53a9b55ed8112bc991a26b (patch)
tree62aa1bc5c0efbcddce3cf5b8440bf616f0bed08f /test/ttsafe.h
parent09c266186d68e78055ba05d509e28ffe1589a27a (diff)
downloadhdf5-a3aedfff18d9e0f75f53a9b55ed8112bc991a26b.zip
hdf5-a3aedfff18d9e0f75f53a9b55ed8112bc991a26b.tar.gz
hdf5-a3aedfff18d9e0f75f53a9b55ed8112bc991a26b.tar.bz2
Brought over thread-safety changes from develop.
Diffstat (limited to 'test/ttsafe.h')
-rw-r--r--test/ttsafe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ttsafe.h b/test/ttsafe.h
index c29fadc..f1cbe4d 100644
--- a/test/ttsafe.h
+++ b/test/ttsafe.h
@@ -35,12 +35,14 @@ void tts_dcreate(void);
void tts_error(void);
void tts_cancel(void);
void tts_acreate(void);
+void tts_attr_vlen(void);
/* Prototypes for the cleanup routines */
void cleanup_dcreate(void);
void cleanup_error(void);
void cleanup_cancel(void);
void cleanup_acreate(void);
+void cleanup_attr_vlen(void);
#endif /* H5_HAVE_THREADSAFE */
#endif /* TTSAFE_H */