split up long function, use safe string handling functions

This commit is contained in:
Alan Yaniger 2021-07-25 09:04:26 +03:00
parent 0c72100a05
commit 46d07c1372
2 changed files with 409 additions and 282 deletions

View file

@ -39,6 +39,7 @@
#ifndef _RESTCONF_METHODS_H_
#define _RESTCONF_METHODS_H_
#define TEMP_STR_MALLOC_SIZE 5000
/*
* Prototypes
*/