diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-12-25 23:56:20 +0000 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-12-25 23:56:20 +0000 |
commit | 683e72ae5fa90fd14101bd6ec8921468e96a50f5 (patch) | |
tree | 0f8512f7894294e08a23d6a877309e566cdc1817 /src/notes.h | |
parent | 3c75a65b5ba707353874cd737d73d782e23d00ac (diff) |
Load and save the slide notes
Diffstat (limited to 'src/notes.h')
-rw-r--r-- | src/notes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notes.h b/src/notes.h index b739acb..f6fba5c 100644 --- a/src/notes.h +++ b/src/notes.h @@ -34,4 +34,7 @@ extern void open_notes(struct presentation *p); extern void notify_notes_slide_changed(struct presentation *p, struct slide *np); +extern void write_notes(struct slide *s, struct serializer *ser); +extern void load_notes(struct ds_node *node, struct slide *s); + #endif /* NOTES_H */ |