diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2017-01-02 22:42:43 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2017-01-02 22:42:43 +0000 |
commit | 5744c3a0214950433c3a4375798c1c8eba1b398c (patch) | |
tree | 81c2e9edf2941e9144a7d9e4001c3002d32a754e /wavemon.h | |
parent | 0b0aac6ce21bcb38d7e03dc2b3ff419861476a24 (diff) | |
download | wavemon-5744c3a0214950433c3a4375798c1c8eba1b398c.tar.gz |
New upstream version 0.8.1upstream/0.8.1
Diffstat (limited to '')
-rw-r--r-- | wavemon.h | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -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 <stdint.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> @@ -284,17 +285,6 @@ 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 */ extern bool has_net_admin_capability(void); |