summaryrefslogtreecommitdiff
path: root/promisc.h
blob: b290b929b0dd7d63e6564e0bef0f4073fd39d13e (plain)
1
2
3
4
5
6
7
#ifndef PROMISC_H
#define PROMISC_H

extern short enter_promiscuous_mode(char *ifname);
extern void leave_promiscuous_mode(char *ifname, short oldflags);

#endif /* PROMISC_H */