summaryrefslogtreecommitdiff
path: root/xutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'xutils.h')
-rw-r--r--xutils.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/xutils.h b/xutils.h
deleted file mode 100644
index 2e0e251..0000000
--- a/xutils.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * netsniff-ng - the packet sniffing beast
- * Copyright 2009, 2010 Daniel Borkmann.
- * Copyright 2009, 2010 Emmanuel Roullit.
- * Subject to the GPL, version 2.
- */
-
-#ifndef XSYS_H
-#define XSYS_H
-
-#define _GNU_SOURCE
-#include <errno.h>
-#include <stdint.h>
-#include <sys/socket.h>
-#include <unistd.h>
-#include <linux/ethtool.h>
-#include <linux/if.h>
-#include <linux/wireless.h>
-#include <poll.h>
-#include <sys/poll.h>
-#include <sched.h>
-#include <stdbool.h>
-#include <sys/resource.h>
-#include <sys/time.h>
-
-#include "built_in.h"
-
-extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events);
-extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events);
-
-#endif /* XSYS_H */