diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 13:44:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 13:44:59 (GMT) |
commit | 54949c497a470a4392bbacc0117734a4a80e8762 (patch) | |
tree | da0883f929fe2c8af02d527409774373734a8c48 /src/H5Epublic.h | |
parent | f29e3e10975ee2164ca1ad1c0964108f3dc117d0 (diff) | |
download | hdf5-54949c497a470a4392bbacc0117734a4a80e8762.zip hdf5-54949c497a470a4392bbacc0117734a4a80e8762.tar.gz hdf5-54949c497a470a4392bbacc0117734a4a80e8762.tar.bz2 |
[svn-r7364] Purpose:
Code cleanup
Description:
Ran lint over code & cleaned up warnings.
Platforms tested:
FreeBSD 4.8 (sleipnir)
too small of changes to require h5committest
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 36a8e57..95c1cc5 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -60,6 +60,7 @@ typedef struct H5E_error_t { H5_DLLVAR hid_t H5E_ERR_CLS_g; /* Include the automatically generated public header information */ +/* (This includes the list of major and minor error codes for the library) */ #include "H5Epubgen.h" /* @@ -121,7 +122,7 @@ extern "C" { #endif /* Error stack traversal callback function pointers */ -typedef herr_t (*H5E_walk_t)(unsigned n, H5E_error_t *err_desc, void *client_data); +typedef herr_t (*H5E_walk_t)(unsigned n, const H5E_error_t *err_desc, void *client_data); typedef herr_t (*H5E_auto_t)(hid_t estack, void *client_data); /* Public API functions */ |