summaryrefslogtreecommitdiff
path: root/ws80211_utils.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-12-29 20:56:11 +0000
committerBill Meier <wmeier@newsguy.com>2012-12-29 20:56:11 +0000
commit7dfa337910164ea684d7005f3b3ead74cd543f0e (patch)
tree42401c37c3fe5759624258053395618c98040232 /ws80211_utils.h
parent1a97d3395a9c84d3ea89db818b735f3256f5d124 (diff)
downloadwireshark-7dfa337910164ea684d7005f3b3ead74cd543f0e.tar.gz
Add a few consts to fix some compiler (GCC) errors.
svn path=/trunk/; revision=46849
Diffstat (limited to 'ws80211_utils.h')
-rw-r--r--ws80211_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws80211_utils.h b/ws80211_utils.h
index 9271b3ae04..86eccb8169 100644
--- a/ws80211_utils.h
+++ b/ws80211_utils.h
@@ -60,6 +60,6 @@ void ws80211_free_interfaces(GArray *interfaces);
int ws80211_frequency_to_channel(int freq);
int ws80211_set_freq(const char *name, int freq, int chan_type);
int ws80211_str_to_chan_type(const gchar *s);
-gchar *ws80211_chan_type_to_str(int type);
+const gchar *ws80211_chan_type_to_str(int type);
#endif /* __WS80211_UTILS_H__ */