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

@ -538,7 +538,7 @@ static const map_str2str namespace_map[] = {
*/
int
example_upgrade(clicon_handle h,
char *db,
const char *db,
cxobj *xt,
modstate_diff_t *msd)
{