fix to error in instance-id-bind patch
This commit is contained in:
parent
d2ccee4eab
commit
6fa8bb71d8
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ int cli_notification_register(clicon_handle h, char *stream, enum format_enum fo
|
||||||
|
|
||||||
/* cli_common.c: CLIgen new vector callbacks */
|
/* cli_common.c: CLIgen new vector callbacks */
|
||||||
|
|
||||||
int cli_dbxml(clicon_handle h, cvec *vars, cvec *argv, cvec *nsctx);
|
int cli_dbxml(clicon_handle h, cvec *vars, cvec *argv, enum operation_type op, cvec *nsctx);
|
||||||
|
|
||||||
int cli_set(clicon_handle h, cvec *vars, cvec *argv);
|
int cli_set(clicon_handle h, cvec *vars, cvec *argv);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue