Constify some arguments.
[obnox/wireshark/wip.git] / capture.h
index 25bbb9ab88daaa9f742ab3092bc5165f9d5066ec..79084bd8334210d96af30cc6a2a36c07b58f3535 100644 (file)
--- 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;