From 75bd395071358fbbb4e4118c79e35375f811bdac Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Tue, 21 Jun 2011 00:57:08 +0200 Subject: Cleanup the headers Signed-off-by: Daniel Lezcano --- clocks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clocks.c') diff --git a/clocks.c b/clocks.c index 411fcb2..93dd4b3 100644 --- a/clocks.c +++ b/clocks.c @@ -317,7 +317,7 @@ static int clock_print_info(void) return ret; } -int clock_toggle_expanded(void) +static int clock_toggle_expanded(void) { struct tree *t = display_get_row_data(CLOCK); struct clock_info *clk = t->private; @@ -332,7 +332,7 @@ int clock_toggle_expanded(void) * found in the files. Then print the result to the text based interface * Return 0 on success, < 0 otherwise */ -int clock_display(void) +static int clock_display(void) { if (read_clock_info()) return -1; -- cgit v1.2.1