From a70955c7e511b59ba476979db98f9e2441a391fd Mon Sep 17 00:00:00 2001 From: mjflick Date: Tue, 25 May 2004 06:06:36 +0000 Subject: dir_links seems to have one param. --- include/lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.1