use 'const' where it is required
authorDenis Pronin <dannftk@yandex.ru>
Sun, 30 Jul 2023 22:29:04 +0000 (01:29 +0300)
committerDenis Pronin <dannftk@yandex.ru>
Sun, 30 Jul 2023 22:29:49 +0000 (01:29 +0300)
commitfebae487985a8b63185fe8ac4c1623dd2ad3cf58
tree7326ef2d937d1af506784fd028b343df24565e73
parent824912be19542f94264e485a25d37b55a9f68f0e
use 'const' where it is required

protect variables and parameters from programmer's point of view with
'constness'

Signed-off-by: Denis Pronin <dannftk@yandex.ru>
client.c
client.h