From 1466eb283c8eee992835f66433c43fd4d31e92bc Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 26 Jan 2006 22:19:01 +0000 Subject: Some more prototypes, enable missing-prototypes/declarations warnings for now --- libcrypt/md5.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcrypt') diff --git a/libcrypt/md5.c b/libcrypt/md5.c index 7d852b7b2..82b35dd40 100644 --- a/libcrypt/md5.c +++ b/libcrypt/md5.c @@ -531,7 +531,8 @@ static void __md5_to64( char *s, unsigned long v, int n) * Use MD5 for what it is best at... */ -extern char attribute_hidden * __md5_crypt( const char *pw, const char *salt) +char * __md5_crypt( const char *pw, const char *salt) attribute_hidden; +char * __md5_crypt( const char *pw, const char *salt) { /* Static stuff */ static const char *sp, *ep; -- cgit v1.2.3