diff options
author | Thomas White <taw@physics.org> | 2010-01-12 15:38:55 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-12 15:38:55 +0100 |
commit | 383d7710c06917e61a2045e5abd360977ab3c80c (patch) | |
tree | fb63df21639207570cc5d4f79e138bffcee403ad /src/displaywindow.h | |
parent | f1fa363013da613fd913d7920d491a31c612fd72 (diff) |
Add options to specify boost and binning on the command line
Diffstat (limited to 'src/displaywindow.h')
-rw-r--r-- | src/displaywindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displaywindow.h b/src/displaywindow.h index 04199cd3..dfd79fb9 100644 --- a/src/displaywindow.h +++ b/src/displaywindow.h @@ -67,7 +67,8 @@ typedef struct { /* Open an image display window showing the given filename, or NULL */ extern DisplayWindow *displaywindow_open(const char *filename, - const char *peaks); + const char *peaks, int boost, + int binning); #endif /* DISPLAYWINDOW_H */ |