summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-05-17 16:10:53 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-05-17 16:10:53 (GMT)
commit2afe0fcda114dd398e518d9f1242307f06b72fbc (patch)
tree9ccf7bfc2b55afafb83d1ed020db6b3fb6dfd105 /src/H5Epublic.h
parentb3d0eab748b94540dca2ad8d3da59f60e4d5886d (diff)
downloadhdf5-2afe0fcda114dd398e518d9f1242307f06b72fbc.zip
hdf5-2afe0fcda114dd398e518d9f1242307f06b72fbc.tar.gz
hdf5-2afe0fcda114dd398e518d9f1242307f06b72fbc.tar.bz2
[svn-r10749] Purpose:
Code cleanup Description: Convert H5Eget_num from 'size_t' to 'ssize_t' to allow for correct error reporting (eventually). Also, convert a bunch of static routines from "FUNC_ENTER_NOAPI" to "FUNC_ENTER_NOAPI_NOINIT" or "FUNC_ENTER_NOAPI_NOINIT_NOFUNC" Platforms tested: FreeBSD 4.11 (sleipnir) w/pthreads Too minor to require h5committest
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 2508cc5..883e8c6 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -155,7 +155,7 @@ H5_DLL hid_t H5Eget_current_stack(void);
H5_DLL herr_t H5Eclose_stack(hid_t stack_id);
H5_DLL ssize_t H5Eget_class_name(hid_t class_id, char *name, size_t size);
H5_DLL ssize_t H5Eget_msg(hid_t msg_id, H5E_type_t *type, char *msg, size_t size);
-H5_DLL size_t H5Eget_num(hid_t error_stack_id);
+H5_DLL ssize_t H5Eget_num(hid_t error_stack_id);
H5_DLL herr_t H5Eset_current_stack(hid_t err_stack_id);
H5_DLL herr_t H5Epop(hid_t err_stack, size_t count);
H5_DLL herr_t H5Eauto_is_stack(hid_t err_stack, unsigned *is_stack);