aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-21 12:30:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-21 12:30:26 +0000
commita616134cc86015430a2bf19ccb54d58777c4c163 (patch)
tree068c311e5becb2a7fb7f7bc69041fc67982a5dd2 /capture.h
parent25057c6c6fbae7e46744f7118dad24bc6e64d015 (diff)
Constify some arguments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24407 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h2
1 files changed, 1 insertions, 1 deletions
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;