aboutsummaryrefslogtreecommitdiff
path: root/src/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.h')
-rw-r--r--src/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.h b/src/print.h
index dffc7e8..265b7c1 100644
--- a/src/print.h
+++ b/src/print.h
@@ -27,6 +27,6 @@
#include <config.h>
#endif
-extern void print_sig(GSimpleAction *action, GVariant *parameter, gpointer vp);
+extern void run_printing(struct presentation *p, GtkWidget *parent);
#endif /* PRINT_H */