Removed unused functions: cli_exec, cli_ptpush, cli_ptpop

This commit is contained in:
Olof Hagsand 2017-10-21 19:15:24 +02:00
parent 4b0c060667
commit 178a09cf3b
4 changed files with 14 additions and 101 deletions

View file

@ -54,7 +54,6 @@ int cli_syntax_load(clicon_handle h);
int cli_handler_err(FILE *fd);
int cli_set_prompt(clicon_handle h, const char *mode, const char *prompt);
char *cli_prompt(char *fmt);
int cli_exec(clicon_handle h, char *cmd, char **mode, int *result);
int cli_ptpush(clicon_handle h, char *mode, char *string, char *op);
int cli_ptpop(clicon_handle h, char *mode, char *op);