summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-10-30 08:55:49 +0200
committerGitHub <noreply@github.com>2023-10-30 08:55:49 +0200
commit73914a3e730f5d8464d72a7228a060183ced8209 (patch)
treec8478cfaada4f791a7fe0a0be43146e7eb45e2d8 /lib/vty.h
parentf969bc0459a0aa530a5a8e2eddd6faf8249d8f21 (diff)
parent28eaac01315d41a3bb7a903b9c4d74da412e4317 (diff)
Merge pull request #13576 from chiragshah6/mdev1
zebra:returns empty dict when evpn is disabled II
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index a8654f8b69..346e44910a 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -377,7 +377,7 @@ extern bool vty_set_include(struct vty *vty, const char *regexp);
*/
extern int vty_json(struct vty *vty, struct json_object *json);
extern int vty_json_no_pretty(struct vty *vty, struct json_object *json);
-extern void vty_json_empty(struct vty *vty);
+extern void vty_json_empty(struct vty *vty, struct json_object *json);
/* post fd to be passed to the vtysh client
* fd is owned by the VTY code after this and will be closed when done
*/