summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjflick <mjflick>2004-05-25 06:06:36 +0000
committermjflick <mjflick>2004-05-25 06:06:36 +0000
commita70955c7e511b59ba476979db98f9e2441a391fd (patch)
tree36de5607e168935bbdffa214dc115372d2483c27
parent61258ff7d661f199f8dea89e7e55def198b2ff65 (diff)
downloadfontutils-a70955c7e511b59ba476979db98f9e2441a391fd.tar.gz
dir_links seems to have one param.
-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. */