summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 2ad7a06..e690eaa 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -205,8 +205,7 @@ typedef struct H5E_error1_t {
} H5E_error1_t;
/* Error stack traversal callback function pointers */
-typedef herr_t (*H5E_walk1_t)(unsigned n, const H5E_error1_t *err_desc,
- void *client_data);
+typedef herr_t (*H5E_walk1_t)(int n, H5E_error1_t *err_desc, void *client_data);
typedef herr_t (*H5E_auto1_t)(void *client_data);
/* Function prototypes */