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

@ -90,7 +90,7 @@ restconf_reply_body_start(void *req0)
int
restconf_reply_header(void *req0,
char *name,
char *vfmt,
const char *vfmt,
...)
{
FCGX_Request *req = (FCGX_Request *)req0;