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 f64eff15a0
commit 86b64c4dd0
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
*/