aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r--src/hdf5-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h
index 455628bd..7e662799 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -27,7 +27,7 @@ struct hdfile;
extern int hdf5_write(const char *filename, const void *data,
int width, int height, int type);
-extern int hdf5_read(struct hdfile *f, struct image *image);
+extern int hdf5_read(struct hdfile *f, struct image *image, int satcorr);
extern struct hdfile *hdfile_open(const char *filename);
extern int hdfile_set_image(struct hdfile *f, const char *path);