From 41a15c4f0f2535591ba9f258cf76119f86477c43 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 31 Mar 2005 09:26:39 +0000 Subject: Give everything prototypes (well, everything that's actually used). --- crypto/lhash/lhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/lhash') diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c index 9856c26d43..d952b71d1d 100644 --- a/crypto/lhash/lhash.c +++ b/crypto/lhash/lhash.c @@ -401,7 +401,7 @@ static LHASH_NODE **getrn(LHASH *lh, const void *data, unsigned long *rhash) { LHASH_NODE **ret,*n1; unsigned long hash,nn; - int (*cf)(); + LHASH_COMP_FN_TYPE cf; hash=(*(lh->hash))(data); lh->num_hash_calls++; -- cgit v1.2.3