diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-09-09 21:20:13 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-09-09 21:20:13 +0200 |
commit | fe212419abae3340b58dd3e0c187063a4c267c92 (patch) | |
tree | 15192f18abfaa359db802eccff0ef67e2494dbf6 /src/presentation.h | |
parent | 017121b0816250ddcc8a08746a6f140e48ca2d9e (diff) |
Move actual loading/saving stuff to presentation
Diffstat (limited to 'src/presentation.h')
-rw-r--r-- | src/presentation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h index 62237c0..efb2e95 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -136,6 +136,9 @@ extern void get_titlebar_string(struct presentation *p); extern int slide_number(struct presentation *p, struct slide *s); +extern int load_presentation(struct presentation *p, const char *filename); +extern int save_presentation(struct presentation *p, const char *filename); + #define UNUSED __attribute__((unused)) |