]> git.ozlabs.org Git - ccan/commit
ciniparser: Make key arguments const
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Wed, 24 Aug 2016 07:04:24 +0000 (19:04 +1200)
committerJon Griffiths <jon_p_griffiths@yahoo.com>
Mon, 29 Aug 2016 04:55:58 +0000 (16:55 +1200)
commitb7cb7dfdf27243696183698b2f82522003cc1216
treecb75fb7ac6151be99557e8e0b777feba0f43ea70
parent8f116a81b39b55031212abb0be2ad088cbf9fd87
ciniparser: Make key arguments const

Keys are never modified and are likely to be literals in the
real world (as they are in the test cases).

Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
ccan/ciniparser/ciniparser.c
ccan/ciniparser/ciniparser.h
ccan/ciniparser/dictionary.c
ccan/ciniparser/dictionary.h