From b7c2ead26a216e58671fef084505308e6fd34e23 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 21 Feb 2008 12:30:26 +0000 Subject: Constify some arguments. svn path=/trunk/; revision=24407 --- capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture.c') diff --git a/capture.c b/capture.c index d615a4e4bd..3e72a9f16a 100644 --- a/capture.c +++ b/capture.c @@ -695,7 +695,7 @@ capture_interface_list(int *err, char **err_str) /* XXX - We parse simple text output to get our interface list. Should * we use "real" data serialization instead, e.g. via XML? */ GList * -capture_pcap_linktype_list(gchar *ifname, char **err_str) +capture_pcap_linktype_list(const gchar *ifname, char **err_str) { GList *linktype_list = NULL; int err, i; -- cgit v1.2.3