Removed remaining and replaced pagination-mode with locked parameter
Dispatcher: Added dispatcher_free(), fixed mem-leaks and malloc return checks
This commit is contained in:
parent
ce06f25be7
commit
edbbb43e1f
14 changed files with 204 additions and 161 deletions
|
|
@ -77,6 +77,7 @@
|
|||
* @param[out] nvec Number of entries in returned vector
|
||||
* @retval vec Vector of strings. NULL terminated. Free after use
|
||||
* @retval NULL Error *
|
||||
* @see clicon_strsplit
|
||||
*/
|
||||
char **
|
||||
clicon_strsep(char *string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue