summaryrefslogtreecommitdiff
path: root/totimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'totimer.h')
-rw-r--r--totimer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/totimer.h b/totimer.h
index ac8f1ef..0bbd5bb 100644
--- a/totimer.h
+++ b/totimer.h
@@ -12,8 +12,12 @@
#define POTIME 25
#define POTEXT 5
+void timer_init();
+
bool notify(gpointer user_data);
-int settimer(tres* lastres,guint32 wait);
+void timer_set(tres* lastres,guint32 wait);
+
+void timer_kill();
#endif //POMODORI_TOTIMER_H