From dd87f2018a45de643d05bc426e9353a1d67bb037 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 10 Jun 2018 18:26:40 -0700 Subject: Fix names in declarations to match definitions. Change-Id: I7b3dd147b523fd3251d93dd1917d2e2c47433207 Reviewed-on: https://code.wireshark.org/review/28195 Reviewed-by: Guy Harris --- caputils/capture-pcap-util-int.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'caputils/capture-pcap-util-int.h') diff --git a/caputils/capture-pcap-util-int.h b/caputils/capture-pcap-util-int.h index 1ed8a7ffa5..bde4432a99 100644 --- a/caputils/capture-pcap-util-int.h +++ b/caputils/capture-pcap-util-int.h @@ -36,19 +36,20 @@ extern void request_high_resolution_timestamp(pcap_t *pcap_h); extern if_capabilities_t *get_if_capabilities_local(interface_options *interface_opts, cap_device_open_err *err, char **err_str); extern pcap_t *open_capture_device_local(capture_options *capture_opts, - interface_options *interface_opts, int timeout, cap_device_open_err *err, - char (*open_err_str)[PCAP_ERRBUF_SIZE]); + interface_options *interface_opts, int timeout, + cap_device_open_err *open_err, char (*open_err_str)[PCAP_ERRBUF_SIZE]); #ifdef HAVE_PCAP_CREATE extern if_capabilities_t *get_if_capabilities_pcap_create(interface_options *interface_opts, cap_device_open_err *err, char **err_str); extern pcap_t *open_capture_device_pcap_create(capture_options *capture_opts, - interface_options *interface_opts, int timeout, cap_device_open_err *err, + interface_options *interface_opts, int timeout, + cap_device_open_err *open_err, char (*open_err_str)[PCAP_ERRBUF_SIZE]); #endif /* HAVE_PCAP_CREATE */ extern if_capabilities_t *get_if_capabilities_pcap_open_live(interface_options *interface_opts, cap_device_open_err *err, char **err_str); extern pcap_t *open_capture_device_pcap_open_live(interface_options *interface_opts, - int timeout, cap_device_open_err *err, + int timeout, cap_device_open_err *open_err, char (*open_err_str)[PCAP_ERRBUF_SIZE]); /* -- cgit v1.2.3