mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[svn-r27238] Add function prototype for local function
This commit is contained in:
parent
f30ab55f41
commit
cf7c5123cb
@ -48,6 +48,7 @@
|
||||
static char *h5tools_escape(char *s, size_t size);
|
||||
static hbool_t h5tools_str_is_zero(const void *_mem, size_t size);
|
||||
static void h5tools_print_char(h5tools_str_t *str, const h5tool_format_t *info, char ch);
|
||||
void h5tools_str_indent(h5tools_str_t *str, const h5tool_format_t *info, h5tools_context_t *ctx);
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Function: h5tools_str_close
|
||||
|
Loading…
Reference in New Issue
Block a user