From 69ac893307c01d4fb51e6b1e0c9d54ebb3d0f256 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 6 Oct 2006 07:02:42 +0000 Subject: Send deh/wad checksums to the server when connecting. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 688 --- src/deh_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/deh_main.c') diff --git a/src/deh_main.c b/src/deh_main.c index b7c59316..2fa57f97 100644 --- a/src/deh_main.c +++ b/src/deh_main.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: deh_main.c 687 2006-10-05 22:12:22Z fraggle $ +// $Id: deh_main.c 688 2006-10-06 07:02:42Z fraggle $ // // Copyright(C) 2005 Simon Howard // @@ -113,7 +113,7 @@ static deh_section_t *section_types[] = static int num_section_types = sizeof(section_types) / sizeof(*section_types); -void DEH_Checksum(byte digest[16]) +void DEH_Checksum(md5_digest_t digest) { md5_context_t md5_context; int i; -- cgit v1.2.3