Silence some -Wmissing-declarations warnings.

This commit is contained in:
Mike McCormack 2005-06-13 10:00:37 +00:00 committed by Alexandre Julliard
parent c716cc8078
commit 74b37280b3
3 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,8 @@
#include "wine/unicode.h"
#include "wine/debug.h"
#include "winternl.h"
#include "lmcons.h"
#include "lmserver.h"
WINE_DEFAULT_DEBUG_CHANNEL(advapi);

View File

@ -43,7 +43,7 @@ fnMD4Final pMD4Final;
#define ctxcmp( a, b ) memcmp( (char*)a, (char*)b, FIELD_OFFSET( MD4_CTX, in ) )
void test_md4_ctx()
static void test_md4_ctx(void)
{
static unsigned char message[] =
"In our Life there's If"

View File

@ -43,7 +43,7 @@ fnMD5Final pMD5Final;
#define ctxcmp( a, b ) memcmp( (char*)a, (char*)b, FIELD_OFFSET( MD5_CTX, in ) )
void test_md5_ctx()
static void test_md5_ctx(void)
{
static unsigned char message[] =
"In our Life there's If"