diff options
Diffstat (limited to 'promisc.h')
-rw-r--r-- | promisc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/promisc.h b/promisc.h deleted file mode 100644 index 3dc275f..0000000 --- a/promisc.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef PROMISC_H -#define PROMISC_H - -extern short enter_promiscuous_mode(const char *ifname); -extern void leave_promiscuous_mode(const char *ifname, short oldflags); - -#endif /* PROMISC_H */ |