aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture-pcap-util.h')
-rw-r--r--capture-pcap-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture-pcap-util.h b/capture-pcap-util.h
index 5f824135d7..545231704d 100644
--- a/capture-pcap-util.h
+++ b/capture-pcap-util.h
@@ -85,7 +85,7 @@ typedef struct {
char *description; /* descriptive name from wiretap e.g. "Ethernet", NULL if unknown */
} data_link_info_t;
-GList *get_pcap_linktype_list(const char *devname, char **err_str);
+GList *get_pcap_linktype_list(char *devname, char **err_str);
void free_pcap_linktype_list(GList *linktype_list);
/* get/set the link type of an interface */