From a616134cc86015430a2bf19ccb54d58777c4c163 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 21 Feb 2008 12:30:26 +0000 Subject: Constify some arguments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24407 f5534014-38df-0310-8fa8-9805f1628bb7 --- capture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture.h') diff --git a/capture.h b/capture.h index 25bbb9ab88..79084bd833 100644 --- a/capture.h +++ b/capture.h @@ -90,7 +90,7 @@ extern GList *capture_interface_list(int *err, char **err_str); /** * Fetch the linktype list for the specified interface from a child process. */ -extern GList *capture_pcap_linktype_list(char *devname, char **err_str); +extern GList *capture_pcap_linktype_list(const char *devname, char **err_str); struct if_stat_cache_s; -- cgit v1.2.3