mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-19 04:16:20 +00:00
Const variables in prototypes don't add much value, but make the code larger and redundant. Remove these const keywords. Note, this doesn't apply to pointers to const memory.