core: add missing "const" to "char *"
commitfee88bed069d291d1620221ddf0135a696a6e455
authorStefan Becker <chemobejk@gmail.com>
Fri, 11 Oct 2019 16:19:48 +0000 (11 19:19 +0300)
committerStefan Becker <chemobejk@gmail.com>
Fri, 11 Oct 2019 16:19:48 +0000 (11 19:19 +0300)
treecca516d4b17cc7489c3a5cd1ee849cb57b3eb529
parent413457a0aa7b5d585c78aefcd32d3b594e5059b7
core: add missing "const" to "char *"

Enabling -Wwrite-strings flagged all the places where the const
qualifier was incorrectly left out.

NOTE: the sipe-sign.c implenentation would need a complete rewrite to be
      -Wwrite-strings clean.
12 files changed:
src/core/sip-sec-gssapi.c
src/core/sip-sec-ntlm-tests.c
src/core/sip-sec-ntlm.c
src/core/sipe-buddy.c
src/core/sipe-dialog.c
src/core/sipe-media.c
src/core/sipe-ocs2005.c
src/core/sipe-sign.c
src/core/sipe-sign.h
src/core/sipe-subscriptions.c
src/core/sipe-utils.c
src/core/sipe-utils.h