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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log_vty.h b/lib/log_vty.h
index 16c4475467..f0fb7d3dba 100644
--- a/lib/log_vty.h
+++ b/lib/log_vty.h
@@ -34,7 +34,7 @@ extern void log_config_write(struct vty *vty);
extern int log_level_match(const char *s);
extern void log_show_syslog(struct vty *vty);
-DECLARE_HOOK(zlog_rotate, (), ())
+DECLARE_HOOK(zlog_rotate, (), ());
extern void zlog_rotate(void);
#ifdef __cplusplus