enabled and removed USE_CLIGEN44

This commit is contained in:
Olof hagsand 2020-05-12 14:02:25 +02:00
parent ac1f36009f
commit 132122c937
8 changed files with 1 additions and 250 deletions

View file

@ -193,15 +193,6 @@ cli_interrupt_hook(clicon_handle h,
return cligen_interrupt_hook(ch, fn);
}
#ifdef USE_CLIGEN44
char *
cli_nomatch(clicon_handle h)
{
cligen_handle ch = cligen(h);
return cligen_nomatch(ch);
}
#endif
int
cli_prompt_set(clicon_handle h,
char *prompt)