summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-16 15:34:59 +0000
committerJim Meyering <jim@meyering.net>1999-01-16 15:34:59 +0000
commit20bc02752b9a71e5bf0123320eb959c267d2a731 (patch)
tree5bc89e476bf154c46975f63c2a47358cf0cb649a /src/du.c
parent410a3c94e89b557f4cb4a9ad1c09db9e31673e34 (diff)
downloadcoreutils-20bc02752b9a71e5bf0123320eb959c267d2a731.tar.xz
(usage): Don't make it static so that it can be called from libfu.a by xargmatch.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index 9c0c3b78f..d2b4b483a 100644
--- a/src/du.c
+++ b/src/du.c
@@ -199,7 +199,7 @@ static struct option const long_options[] =
{NULL, 0, NULL, 0}
};
-static void
+void
usage (int status, char *reason)
{
if (reason != NULL)