[svn-r8659] Purpose:

bug fix

Description:
a prototype for a new function used by h5tools_str.c was accidently left in that file
the c++ 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:
This commit is contained in:
Pedro Vicente Nunes 2004-06-11 10:04:48 -05:00
parent ae69372425
commit 2194263d1b
2 changed files with 2 additions and 7 deletions

View File

@ -2265,10 +2265,5 @@ main (int argc, const char *argv[])
leave(0);
}
/* dummy function */
char *
lookup_ref_path(hobj_ref_t ref)
{
return NULL;
}

View File

@ -26,8 +26,8 @@
#include "H5private.h"
#include "h5tools.h" /*for h5dump_t structure */
#include "h5tools_str.h" /*function prototypes */
#include "h5tools_ref.h"
extern char* lookup_ref_path(hobj_ref_t ref);
/*