From 30f0195d0ad5391a94118a832d35ee853bb21b88 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 17 Nov 2021 11:33:12 +0100 Subject: [PATCH] lib: fix style misalignment Just a line that sticks out like a sore thumb. Signed-off-by: David Lamparter --- lib/vty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vty.h b/lib/vty.h index 62e2518957..63bf1b236a 100644 --- a/lib/vty.h +++ b/lib/vty.h @@ -321,7 +321,7 @@ extern struct vty *vty_stdio(void (*atclose)(int isexit)); extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); extern void vty_endframe(struct vty *, const char *); -bool vty_set_include(struct vty *vty, const char *regexp); +extern bool vty_set_include(struct vty *vty, const char *regexp); extern bool vty_read_config(struct nb_config *config, const char *config_file, char *config_default_dir);