X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=6f5f32155a5b80d9d130a8cdc251b8d581d9389d;hb=70665912289b852c0043c1e1c4603a6258e0d4cd;hp=6e0ded582bcee5c6bdd90479ded72c9c38be018e;hpb=3e0e9a3b5cfd50798b01b534350775d3b802dce6;p=psensor.git diff --git a/src/main.c b/src/main.c index 6e0ded5..6f5f321 100644 --- a/src/main.c +++ b/src/main.c @@ -73,7 +73,7 @@ static const char *program_name; -void print_version() +static void print_version() { printf("psensor %s\n", VERSION); printf(_("Copyright (C) %s jeanfi@gmail.com\n\ @@ -84,7 +84,7 @@ There is NO WARRANTY, to the extent permitted by law.\n"), "2010-2011"); } -void print_help() +static void print_help() { printf(_("Usage: %s [OPTION]...\n"), program_name);