Migrated to XML configure file.

This commit is contained in:
Olof hagsand 2017-10-01 12:33:12 +02:00
parent a2bfe2bdd2
commit ca7b4d3d9e
12 changed files with 117 additions and 54 deletions

View file

@ -713,8 +713,9 @@ done:
return res;
}
/*
* Read command from CLIgen's cliread() using current syntax mode.
/*! Read command from CLIgen's cliread() using current syntax mode.
* @retval string char* buffer containing CLIgen command
* @retval NULL Fatal error
*/
char *
clicon_cliread(clicon_handle h)