run master pidl
[metze/wireshark/wip.git] / ws80211_utils.h
index c03589cf5ae6f9d49d85336cb05f536201d5bcec..8bca4171b03cca7cb2218661088c1fa30ba148a9 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef __WS80211_UTILS_H__
 #define __WS80211_UTILS_H__
 
-#include <config.h>
-
 enum ws80211_channel_type {
        WS80211_CHAN_NO_HT,
        WS80211_CHAN_HT20,
@@ -59,7 +57,7 @@ int ws80211_get_iface_info(const char *name, struct ws80211_iface_info *iface_in
 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(gchar *s);
-gchar *ws80211_chan_type_to_str(int type);
+int ws80211_str_to_chan_type(const gchar *s);
+const gchar *ws80211_chan_type_to_str(int type);
 
 #endif /* __WS80211_UTILS_H__ */