>From 044fcdd56a0583d48608486e310c2903c0737f19 Mon Sep 17 00:00:00 2001 From: Alexander Cherepanov Date: Sat, 11 May 2013 18:11:48 +0400 Subject: [PATCH 1/5] Make crk_remove_hash() in cracker.c static. --- src/cracker.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/cracker.c b/src/cracker.c index 46a0e19..a8ad77f 100644 --- a/src/cracker.c +++ b/src/cracker.c @@ -132,7 +132,7 @@ static void crk_remove_salt(struct db_salt *salt) /* * Updates the database after a password has been cracked. */ -void crk_remove_hash(struct db_salt *salt, struct db_password *pw) +static void crk_remove_hash(struct db_salt *salt, struct db_password *pw) { struct db_password **current; int hash, count; -- 1.7.2.5