lib: Fix bad function

Fix the decleration of a function to be better.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-05-08 19:33:07 -04:00
parent e543616348
commit 914432b5eb

View File

@ -2346,7 +2346,7 @@ DEFUN (config_log_file,
zlog_default->default_lvl);
}
static void disable_log_file()
static void disable_log_file(void)
{
zlog_reset_file();