aboutsummaryrefslogtreecommitdiff
path: root/clocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'clocks.c')
-rw-r--r--clocks.c4
1 files changed, 2 insertions, 2 deletions
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;