From 5744c3a0214950433c3a4375798c1c8eba1b398c Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 2 Jan 2017 22:42:43 +0000 Subject: New upstream version 0.8.1 --- wavemon.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'wavemon.h') diff --git a/wavemon.h b/wavemon.h index e7584f7..ee0cff4 100644 --- a/wavemon.h +++ b/wavemon.h @@ -18,6 +18,7 @@ * with wavemon; see the file COPYING. If not, write to the Free Software * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include @@ -283,17 +284,6 @@ extern const char *conf_ifname(void); extern void conf_get_interface_list(void); extern void iw_get_interface_list(char** if_list, size_t max_entries); -/* - * Timers - */ -struct timer { - unsigned long long stime; - unsigned long duration; -}; - -extern void start_timer(struct timer *t, unsigned long d); -extern bool end_timer(struct timer *t); - /* * Error handling */ -- cgit v1.2.3