]> The Tcpdump Group git mirrors - libpcap/commit
get_if_flags() need to be global.
authorGuy Harris <[email protected]>
Mon, 30 Apr 2018 17:51:51 +0000 (10:51 -0700)
committerGuy Harris <[email protected]>
Mon, 30 Apr 2018 17:51:51 +0000 (10:51 -0700)
commit0662fb409ad7eaf528861cad55708f6fb227aabc
treef829b1e7e1a29e7517cbab88f585456d0e20c479
parent8f031660d6b24b9180b33407fbf09bb8cb10f6fd
get_if_flags() need to be global.

It's called from find_or_add_dev().

(It really should be passed via a function pointer.)
pcap-npf.c