From d9dd0cefca108ec5dc7f08aad4be9b5c2ded4389 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 27 Jun 2010 16:55:02 +0200 Subject: indexamajig: Make saturation correction optional and default to off --- src/hdf5-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hdf5-file.h') 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); -- cgit v1.2.3