use const for char buffer in uclient_write
authorRafał Miłecki <zajec5@gmail.com>
Wed, 21 Jan 2015 21:48:35 +0000 (22:48 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 22 Jan 2015 10:59:43 +0000 (11:59 +0100)
commit8d8c2e64db8c1e9f39bf79028da7f59fb33767f3
treea62528d17e3f25800422b1991ba130b9efd79d48
parent6c222d0646fa7c07be96d729009916d5af295332
use const for char buffer in uclient_write

We are not supposed to modify it and ustream accepts const already.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
uclient-backend.h
uclient-http.c
uclient.c
uclient.h