aboutsummaryrefslogtreecommitdiffstats
path: root/sgsnemu
diff options
context:
space:
mode:
authorjjako <jjako>2004-01-29 09:13:55 +0000
committerjjako <jjako>2004-01-29 09:13:55 +0000
commit3cfb81cee9f6f3eda6fbe6f413e31399945b88df (patch)
tree1bbaadd551b4faedabd0ceae509c82b898b1613f /sgsnemu
parent49a21507363355a124e2be810f2109fd2fe69f0c (diff)
Lookup in ippool made static
Diffstat (limited to 'sgsnemu')
-rw-r--r--sgsnemu/ippool.c2
1 files changed, 1 insertions, 1 deletions
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*/