diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-27 16:55:02 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:51 +0100 |
commit | d9dd0cefca108ec5dc7f08aad4be9b5c2ded4389 (patch) | |
tree | e5c2e5b221d164fd1150d84f23dfc4b5f8e4dde7 /src/hdf5-file.h | |
parent | 6ef48812938a69ca745e97d4dc9c1f19e3d0a08c (diff) |
indexamajig: Make saturation correction optional and default to off
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r-- | src/hdf5-file.h | 2 |
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); |