aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ggsn/ippool.c2
-rw-r--r--sgsnemu/ippool.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ggsn/ippool.c b/ggsn/ippool.c
index 321824b..e3b72a5 100644
--- a/ggsn/ippool.c
+++ b/ggsn/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*/
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*/