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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pr_clock.h b/src/pr_clock.h
index 97d2d0d..3b971a9 100644
--- a/src/pr_clock.h
+++ b/src/pr_clock.h
@@ -1,7 +1,7 @@
/*
* pr_clock.h
*
- * Copyright © 2013-2018 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013-2019 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -29,9 +29,11 @@
typedef struct pr_clock PRClock;
-extern PRClock *pr_clock_new(void);
+extern PRClock *pr_clock_new(PRClock **delete_ptr);
extern void pr_clock_set_pos(PRClock *n, int pos, int end);
+extern void pr_clock_destroy(PRClock *n);
+
#endif /* CLOCK_H */