summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-11 15:06:36 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-11 15:06:36 (GMT)
commitbec53eb4ce68f5eabceddf9f559643c2c83608fc (patch)
treecaa75117e8f294bce48f13e1d9512cf4a908bb06 /tools/lib
parent8376ccdd975a374536c6f227bbb5a22c85e22dcd (diff)
downloadhdf5-bec53eb4ce68f5eabceddf9f559643c2c83608fc.zip
hdf5-bec53eb4ce68f5eabceddf9f559643c2c83608fc.tar.gz
hdf5-bec53eb4ce68f5eabceddf9f559643c2c83608fc.tar.bz2
[svn-r8660] Purpose:
bug fix Description: a prototype for a new function used by h5tools_str.c was accidently left in that file the c++ compiler treats this as an error Solution: removed the prototype, and pointed to the correct one (in h5tools_ref.h ) Platforms tested: Free BSD (c++) linux Misc. update:
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/h5tools_str.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/lib/h5tools_str.c b/tools/lib/h5tools_str.c
index d774c9a..160b8ce 100644
--- a/tools/lib/h5tools_str.c
+++ b/tools/lib/h5tools_str.c
@@ -26,9 +26,7 @@
#include "H5private.h"
#include "h5tools.h" /*for h5dump_t structure */
#include "h5tools_str.h" /*function prototypes */
-
-extern char *lookup_ref_path(hobj_ref_t *);
-
+#include "h5tools_ref.h"
/*
* If REPEAT_VERBOSE is defined then character strings will be printed so