diff options
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); |