WUtil: Added 'const' attribute to all remaining functions where applicable
commit74c17bffae9552911aa7a04cf5e2c9e587635856
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 4 May 2013 13:43:24 +0000 (4 15:43 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 4 May 2013 15:16:19 +0000 (4 16:16 +0100)
treec898456b7c3b15eeecf664a156a6a0b05ee26c4d
parentd40fa69b92546a8da44e531ba3974f30ca8a59c0
WUtil: Added 'const' attribute to all remaining functions where applicable

This makes the WUtil API as much const-correct as possible for
the arguments being given to its functions.

This does not make it totally correct as it does not changes the
const-ness on returned values because the goal of this patch is
to make no visible change to existing program that would use this
library.
WINGs/WINGs/WUtil.h
WINGs/data.c
WINGs/proplist.c
WINGs/userdefaults.c