blob: 19c51b9c85d2e3a7018eead94a6456e0e666b62d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|