diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-04-25 21:03:34 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-04-25 21:03:34 +0200 |
commit | d23409fec0e262a2f99b04df61b5b05d40aca45a (patch) | |
tree | ff9dff9462ec5d6a4f4bb9f34acf29b90c8e61ae | |
parent | 3aa8e5d131d058c33a50230d7c4c0a2f1008e19d (diff) |
build error: option struct member list_pcap_devices should be available for all build configs
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index 9585286..9c2ca3f 100644 --- a/src/options.h +++ b/src/options.h @@ -74,9 +74,9 @@ struct options { int pcap; /** Device to capture packets from */ char *pcap_device; +#endif /** List all available pcap devices and exit */ int list_pcap_devices; -#endif /** Usually stdout, but can be altered by the user */ char *log_path; FILE *log_file; |