summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/asn1/symbol.c')
-rw-r--r--crypto/heimdal/lib/asn1/symbol.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/asn1/symbol.c b/crypto/heimdal/lib/asn1/symbol.c
index 5e6e741..5f69c10 100644
--- a/crypto/heimdal/lib/asn1/symbol.c
+++ b/crypto/heimdal/lib/asn1/symbol.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2001 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -33,7 +33,7 @@
#include "gen_locl.h"
-RCSID("$Id: symbol.c,v 1.8 1999/12/02 17:05:02 joda Exp $");
+RCSID("$Id: symbol.c,v 1.9 2001/09/25 13:39:27 assar Exp $");
static Hashtab *htab;
@@ -55,7 +55,7 @@ hash (void *a)
}
void
-initsym ()
+initsym (void)
{
htab = hashtabnew (101, cmp, hash);
}
OpenPOWER on IntegriCloud