aboutsummaryrefslogtreecommitdiff
path: root/src/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.h')
-rw-r--r--src/notes.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/notes.h b/src/notes.h
index 31c5e3a..426cb7e 100644
--- a/src/notes.h
+++ b/src/notes.h
@@ -29,12 +29,11 @@
struct notes;
-extern void open_notes(struct presentation *p);
+extern struct notes *open_notes(SlideWindow *sw, struct slide *slide);
-extern void notify_notes_slide_changed(struct presentation *p,
- struct slide *np);
+extern void notes_set_slide(struct notes *n, struct slide *np);
-extern void grab_current_notes(struct presentation *p);
+extern void grab_current_notes(struct notes *n);
extern void attach_notes(struct slide *s);