summaryrefslogtreecommitdiff
path: root/totimer.h
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-09-06 15:10:51 -0600
committerJoe Zhao <ztuowen@gmail.com>2015-09-06 15:10:51 -0600
commit2f63794da7acbfcf61558428cd84f590a73fc13f (patch)
treebda4bc9682ee5704ad752d601b9ede81de198bbe /totimer.h
parent3507dcb7a51249962e40847626f72f5207e8c0af (diff)
downloadpomodori-2f63794da7acbfcf61558428cd84f590a73fc13f.tar.gz
pomodori-2f63794da7acbfcf61558428cd84f590a73fc13f.tar.bz2
pomodori-2f63794da7acbfcf61558428cd84f590a73fc13f.zip
revert to original time
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