summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-13 14:21:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-13 14:21:22 (GMT)
commit103da21db1713084eafe6a9e1a11ca2ad5c25f31 (patch)
treed807c3cf6eabff7d5aa3b411dd0f775a710d6bce /tools/lib/h5tools.h
parentba58f2ddb779971ab63a2461e8716ac1bf1d8721 (diff)
downloadhdf5-103da21db1713084eafe6a9e1a11ca2ad5c25f31.zip
hdf5-103da21db1713084eafe6a9e1a11ca2ad5c25f31.tar.gz
hdf5-103da21db1713084eafe6a9e1a11ca2ad5c25f31.tar.bz2
[svn-r18787] Added h5tools.h include to h5diff_common.h to fix warnings about the new progname and status functions
Tested: local linux
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index d1b569c..16dabd0 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -524,10 +524,11 @@ struct subset_t {
#ifdef __cplusplus
extern "C" {
#endif
+
#ifdef H5_HAVE_H5DUMP_PACKED_BITS
-extern int packed_output; /* packed bits output count */
-extern int packed_normalize; /* number of bits to shift right to display normalized */
-extern unsigned int packed_counter; /* counter for which packed bits to display */
+H5TOOLS_DLLVAR int packed_output; /* packed bits output count */
+H5TOOLS_DLLVAR int packed_normalize; /* number of bits to shift right to display normalized */
+H5TOOLS_DLLVAR unsigned int packed_counter; /* counter for which packed bits to display */
#endif
H5TOOLS_DLLVAR FILE *rawdatastream; /* output stream for raw data */