summaryrefslogtreecommitdiff
path: root/src/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/head.c b/src/head.c
index 474ff8bc5..a698c2dd8 100644
--- a/src/head.c
+++ b/src/head.c
@@ -76,7 +76,7 @@ static struct option const long_options[] =
{NULL, 0, NULL, 0}
};
-static void
+void
usage (int status)
{
if (status != 0)
@@ -342,7 +342,6 @@ main (int argc, char **argv)
}
-
while ((c = getopt_long (argc, argv, "c:n:qv", long_options, NULL)) != -1)
{
switch (c)