X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ffoobar.c;h=927c8688d205b08c6c6ed1146ba500b13b334284;hb=d0f2a09c250bbcf272879bf1b2b2383928d8cd36;hp=523b57c6cd8f76ea926e05744b0c2d3e11249ded;hpb=14ac736ffaaa761a64d78f1701089f29d9879dd3;p=template.git diff --git a/src/foobar.c b/src/foobar.c index 523b57c..927c868 100644 --- a/src/foobar.c +++ b/src/foobar.c @@ -24,6 +24,8 @@ # include "config.h" #endif /* HAVE_CONFIG_H */ +#include "foobar.h" + #if HAVE_LIBGEN_H # include #else /* HAVE_LIBGEN_H */ @@ -35,7 +37,7 @@ #include -void exit_usage(char *name, int status) +static void exit_usage(char *name, int status) { printf("Usage: %s \n" @@ -47,7 +49,7 @@ void exit_usage(char *name, int status) exit(status); } /* exit_usage */ -void exit_version(void) +static void exit_version(void) { printf("foobar version "VERSION", built "BUILD_DATE"\n" "Copyright (C) 2008 Sebastian Harl \n"