aboutsummaryrefslogtreecommitdiff
path: root/src/pr_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pr_clock.h')
-rw-r--r--src/pr_clock.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/pr_clock.h b/src/pr_clock.h
index 919d61b..eb6033f 100644
--- a/src/pr_clock.h
+++ b/src/pr_clock.h
@@ -1,6 +1,6 @@
/*
* pr_clock.h
- *
+ *
* Copyright © 2013-2016 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
@@ -27,12 +27,11 @@
#include <config.h>
#endif
-struct pr_clock;
+typedef struct pr_clock PRClock;
-extern void open_clock(struct presentation *p);
+extern PRClock *pr_clock_new(void);
-extern void notify_clock_slide_changed(struct presentation *p,
- SCBlock *np);
+extern void pr_clock_set_pos(PRClock *n, int pos, int end);
#endif /* CLOCK_H */