aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slideshow.h')
-rw-r--r--src/slideshow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/slideshow.h b/src/slideshow.h
index 5b332c7..03418f7 100644
--- a/src/slideshow.h
+++ b/src/slideshow.h
@@ -30,7 +30,10 @@
extern void try_start_slideshow(struct presentation *p);
-extern void notify_slideshow_slide_changed(struct presentation *p);
+extern void notify_slideshow_slide_changed(struct presentation *p,
+ struct slide *np);
+
+extern void toggle_slideshow_link(struct presentation *p);
extern void end_slideshow(struct presentation *p);