[svn-r12965] Removed the warning message of extend_file not having protocol by making it

static.

Test: Heping.
This commit is contained in:
Albert Cheng 2006-11-21 18:07:57 -05:00
parent 10c0ac6e1e
commit e75b0a6031

View File

@ -112,7 +112,8 @@ error:
*
*-------------------------------------------------------------------------
*/
hid_t extend_file(hid_t file)
static hid_t
extend_file(hid_t file)
{
hid_t dcpl, space, dset;
hsize_t ds_size[2] = {100, 100};