From 3cfb81cee9f6f3eda6fbe6f413e31399945b88df Mon Sep 17 00:00:00 2001 From: jjako Date: Thu, 29 Jan 2004 09:13:55 +0000 Subject: Lookup in ippool made static --- sgsnemu/ippool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sgsnemu') diff --git a/sgsnemu/ippool.c b/sgsnemu/ippool.c index 321824b..e3b72a5 100644 --- a/sgsnemu/ippool.c +++ b/sgsnemu/ippool.c @@ -29,7 +29,7 @@ * statistical properties and speed. It is NOT recommended for cryptographic * purposes. **/ -unsigned long int lookup( k, length, level) +unsigned long int static lookup( k, length, level) register unsigned char *k; /* the key */ register unsigned long int length; /* the length of the key */ register unsigned long int level; /* the previous hash, or an arbitrary value*/ -- cgit v1.2.3