aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture-pcap-util.c')
-rw-r--r--capture-pcap-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture-pcap-util.c b/capture-pcap-util.c
index 2a5ae50bcf..e19ff4c590 100644
--- a/capture-pcap-util.c
+++ b/capture-pcap-util.c
@@ -354,7 +354,7 @@ create_data_link_info(int dlt)
}
GList *
-get_pcap_linktype_list(const char *devname, char **err_str)
+get_pcap_linktype_list(char *devname, char **err_str)
{
GList *linktype_list = NULL;
pcap_t *pch;