summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/aggregator.c10
-rw-r--r--src/assign/assign_protein_type.c24
-rw-r--r--src/error/check_h5_error.c2
-rw-r--r--src/error/check_h5_error.h2
-rw-r--r--src/load/load_influenza_aa_dat.c12
-rw-r--r--src/load/load_influenza_faa.c12
-rw-r--r--src/updator.c4
7 files changed, 35 insertions, 31 deletions
diff --git a/src/error/check_h5_error.h b/src/error/check_h5_error.h
index e460e97..fa93c6b 100644
--- a/src/error/check_h5_error.h
+++ b/src/error/check_h5_error.h
@@ -7,6 +7,6 @@
* Handle errors from the HDF5 API.
*/
void
-check_h5_error (herr_t status, const char *filename, unsigned int linenum);
+check_h5_error (const char *filename, unsigned int linenum);
#endif // CHECK_H5_ERROR_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.