diff options
Diffstat (limited to 'src/options.h')
-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; |