aboutsummaryrefslogtreecommitdiffstats
path: root/wavemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'wavemon.h')
-rw-r--r--wavemon.h12
1 files changed, 1 insertions, 11 deletions
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 <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);