diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-04-30 11:19:21 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-04-30 11:19:21 -0700 |
commit | 7be747499ef4ce5760fd6acf84c987466072f376 (patch) | |
tree | 8b309ab50f6bbd001a92aba9b9738a14f02d09fc /pcap-null.c | |
parent | 0662fb409ad7eaf528861cad55708f6fb227aabc (diff) |
Pass the "get additional flags" function to the findalldevs helpers.
This lets us make it a static function - or eliminate it entirely for
pcap-null.c.
Diffstat (limited to 'pcap-null.c')
-rw-r--r-- | pcap-null.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pcap-null.c b/pcap-null.c index f7e5cfbd..92a5e2d8 100644 --- a/pcap-null.c +++ b/pcap-null.c @@ -37,15 +37,6 @@ pcap_create_interface(const char *device _U_, char *ebuf) } int -get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_) -{ - /* - * There are no interfaces, so this will never be called. - */ - return (0); -} - -int pcap_platform_finddevs(pcap_if_list_t *devlistp, char *errbuf) { /* |