summaryrefslogtreecommitdiff
path: root/lib/log_vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log_vty.h')
-rw-r--r--lib/log_vty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/log_vty.h b/lib/log_vty.h
index 913ff5f88e..db46b3cb5b 100644
--- a/lib/log_vty.h
+++ b/lib/log_vty.h
@@ -34,6 +34,9 @@ extern void log_config_write(struct vty *vty);
extern int log_level_match(const char *s);
extern void log_show_syslog(struct vty *vty);
+extern int facility_match(const char *str);
+extern const char *facility_name(int facility);
+
DECLARE_HOOK(zlog_rotate, (), ());
extern void zlog_rotate(void);