Added const char * in multiple places

This commit is contained in:
Olof hagsand 2020-07-02 19:25:48 +02:00
parent 0a985e6618
commit 593ed2ef3b
30 changed files with 138 additions and 136 deletions

View file

@ -327,7 +327,7 @@ parse_configfile(clicon_handle h,
*/
int
clicon_option_add(clicon_handle h,
char *name,
const char *name,
char *value)
{
int retval = -1;