constify capwap_message_elements_ops

This commit is contained in:
Andreas Schultz
2016-03-07 18:07:46 +01:00
parent 627a38a556
commit 38f7681608
153 changed files with 234 additions and 235 deletions

View File

@ -17,6 +17,6 @@ struct capwap_80211_directsequencecontrol_element {
uint32_t enerydetectthreshold;
};
extern struct capwap_message_elements_ops capwap_element_80211_directsequencecontrol_ops;
extern const struct capwap_message_elements_ops capwap_element_80211_directsequencecontrol_ops;
#endif /* __CAPWAP_ELEMENT_80211_DIRECTSEQUENCECONTROL_HEADER__ */