diff options
Diffstat (limited to 'src/xsane-scan.h')
-rw-r--r-- | src/xsane-scan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xsane-scan.h b/src/xsane-scan.h index db2259c..3cacb55 100644 --- a/src/xsane-scan.h +++ b/src/xsane-scan.h @@ -3,7 +3,7 @@ xsane-scan.h Oliver Rauch <Oliver.Rauch@rauch-domain.de> - Copyright (C) 1998-2002 Oliver Rauch + Copyright (C) 1998-2005 Oliver Rauch This file is part of the XSANE package. This program is free software; you can redistribute it and/or modify @@ -28,6 +28,6 @@ extern void xsane_scan_done(SANE_Status status); extern void xsane_cancel(void); -extern void xsane_scan_dialog(GtkWidget * widget, gpointer call_data); +extern void xsane_scan_dialog(void); /* ---------------------------------------------------------------------------------------------------------------------- */ |