net: add proper const attribute to function arguments
commit88aa9a108e884d3d214b973b9ca4c92264528b9b
authorWilliam Smith <wsmith1@mail.ru>
Sun, 13 Jan 2013 03:41:54 +0000 (12 22:41 -0500)
committerWilliam Smith <wsmith1@mail.ru>
Mon, 14 Jan 2013 01:48:04 +0000 (13 20:48 -0500)
treeec512e2cf62e7f829d1836a6d8efcc9933b1a7e5
parentc9a52cf0e6f4aa12aacab39d9a469b010959da0c
net: add proper const attribute to function arguments

Add proper const attribute to function arguments in
net.c.

const attribute is added to function arguments and
variables in order to allow compiler checks with
-Wbad-function-cast, -Wcast-qual and
-Wwrite-strings warnings options.
include/tropicssl/net.h
library/net.c