aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/capture_dlg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/capture_dlg.h b/gtk/capture_dlg.h
index 2a156ebce8..47ead127b5 100644
--- a/gtk/capture_dlg.h
+++ b/gtk/capture_dlg.h
@@ -44,18 +44,16 @@ struct remote_host {
gboolean nocap_rpcap;
gboolean nocap_local;
};
-#endif
typedef struct remote_options_tag {
-#ifdef HAVE_PCAP_REMOTE
capture_source src_type;
struct remote_host remote_host_opts;
-#endif
#ifdef HAVE_PCAP_SETSAMPLING
capture_sampling sampling_method;
int sampling_param;
#endif
} remote_options;
+#endif /* HAVE_PCAP_REMOTE */
typedef struct row_options_tag {
gchar *name;