aboutsummaryrefslogtreecommitdiff
path: root/src/displaywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displaywindow.h')
-rw-r--r--src/displaywindow.h3
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 */