summaryrefslogtreecommitdiff
path: root/promisc.h
blob: 3dc275f8e8958e9750d31ebf1309868704b11dbf (plain)
1
2
3
4
5
6
7
#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 */