diff options
Diffstat (limited to 'totimer.h')
-rw-r--r-- | totimer.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/totimer.h b/totimer.h new file mode 100644 index 0000000..19c51b9 --- /dev/null +++ b/totimer.h @@ -0,0 +1,16 @@ +// +// Created by joe on 9/3/15. +// + +#ifndef POMODORI_TOTIMER_H +#define POMODORI_TOTIMER_H + +#include <libnotify/notify.h> +#include "logging.h" +#include "glib.h" + +bool notify(gpointer user_data); + +int settimer(tres* lastres,guint32 wait); + +#endif //POMODORI_TOTIMER_H |