aboutsummaryrefslogtreecommitdiff
path: root/src/notes.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-12-26 18:59:59 +0000
committerThomas White <taw@bitwiz.org.uk>2011-12-26 18:59:59 +0000
commit53bd923c2aed887c7e2b3af6ccaca08455da3351 (patch)
tree4f7dd1e4e46e21bcdf8d15e6f7ce695bbf6b0079 /src/notes.h
parent70ac64f01776bb8eeae49a12de9f6b11bc9ef69e (diff)
Grab notes before saving
Diffstat (limited to 'src/notes.h')
-rw-r--r--src/notes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notes.h b/src/notes.h
index f6fba5c..82d1355 100644
--- a/src/notes.h
+++ b/src/notes.h
@@ -37,4 +37,5 @@ extern void notify_notes_slide_changed(struct presentation *p,
extern void write_notes(struct slide *s, struct serializer *ser);
extern void load_notes(struct ds_node *node, struct slide *s);
+extern void grab_current_notes(struct presentation *p);
#endif /* NOTES_H */