summaryrefslogtreecommitdiff
path: root/src/deh_main.c
diff options
context:
space:
mode:
authorSimon Howard2006-10-06 07:02:42 +0000
committerSimon Howard2006-10-06 07:02:42 +0000
commit69ac893307c01d4fb51e6b1e0c9d54ebb3d0f256 (patch)
tree4631c8828179dd92ea41e9bfc05b9262f06716e9 /src/deh_main.c
parentd2b34da108fae24c9c70ab00aa261cc9648018c3 (diff)
downloadchocolate-doom-69ac893307c01d4fb51e6b1e0c9d54ebb3d0f256.tar.gz
chocolate-doom-69ac893307c01d4fb51e6b1e0c9d54ebb3d0f256.tar.bz2
chocolate-doom-69ac893307c01d4fb51e6b1e0c9d54ebb3d0f256.zip
Send deh/wad checksums to the server when connecting.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 688
Diffstat (limited to 'src/deh_main.c')
-rw-r--r--src/deh_main.c4
1 files changed, 2 insertions, 2 deletions
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;