summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib.h b/include/lib.h
index 0e98fea..2d62d13 100644
--- a/include/lib.h
+++ b/include/lib.h
@@ -156,7 +156,7 @@ extern boolean dir_p P1H(const_string fn);
/* If FN is a readable directory, return the number of links it has.
Otherwise, return -1. The nlinks parameter is a dummy on UNIX. */
-extern int dir_links P2H(const_string fn, long nlinks);
+extern int dir_links P1H(const_string fn);
/* Like their stdio counterparts, but abort on error, after calling
perror(3) with FILENAME as its argument. */