summaryrefslogtreecommitdiff
path: root/libihash/primes.c
diff options
context:
space:
mode:
Diffstat (limited to 'libihash/primes.c')
-rw-r--r--libihash/primes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libihash/primes.c b/libihash/primes.c
index 5637e90d..0b7b5d10 100644
--- a/libihash/primes.c
+++ b/libihash/primes.c
@@ -28,7 +28,7 @@ static spin_lock_t table_lock = SPIN_LOCK_INITIALIZER;
/* Return the next prime greater than or equal to N. */
int
-nextprime (unsigned n)
+_ihash_nextprime (unsigned n)
{
/* Among other things, We guarantee that, for all i (0 <= i < primes_len),
primes[i] is a prime,