aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-02-21 12:30:26 +0000
committerGuy Harris <guy@alum.mit.edu>2008-02-21 12:30:26 +0000
commitb7c2ead26a216e58671fef084505308e6fd34e23 (patch)
tree068c311e5becb2a7fb7f7bc69041fc67982a5dd2 /capture-pcap-util.h
parent89d7589f60b663ba61091d3da6ad0811b897dae4 (diff)
Constify some arguments.
svn path=/trunk/; revision=24407
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 259a8ed48c..6591711be2 100644
--- a/capture-pcap-util.h
+++ b/capture-pcap-util.h
@@ -91,7 +91,7 @@ typedef struct {
char *description; /* descriptive name from wiretap e.g. "Ethernet", NULL if unknown */
} data_link_info_t;
-GList *get_pcap_linktype_list(char *devname, char **err_str);
+GList *get_pcap_linktype_list(const char *devname, char **err_str);
void free_pcap_linktype_list(GList *linktype_list);
/* get/set the link type of an interface */