enabled and removed USE_CLIGEN44
This commit is contained in:
parent
ac1f36009f
commit
132122c937
8 changed files with 1 additions and 250 deletions
|
|
@ -66,13 +66,9 @@ void *clixon_str2fn(char *name, void *handle, char **error);
|
|||
|
||||
int clicon_eval(clicon_handle h, char *cmd, cg_obj *match_obj, cvec *vr);
|
||||
|
||||
#ifdef USE_CLIGEN44
|
||||
int clicon_parse(clicon_handle h, char *cmd, char **modenamep, int *evalres);
|
||||
char *clicon_cliread(clicon_handle h);
|
||||
#else
|
||||
int clicon_parse(clicon_handle h, char *cmd, char **mode, cligen_result *result, int *evalres);
|
||||
|
||||
int clicon_cliread(clicon_handle h, char **stringp);
|
||||
#endif
|
||||
|
||||
int cli_plugin_finish(clicon_handle h);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue