Give everything prototypes (well, everything that's actually used).
[openssl.git] / crypto / asn1 / a_dup.c
index dc6826ad1bb51a7b18a3a6650a8b02a5ddc8fb5b..8679263378ca59acc470c2c4db1c208fa83d6e18 100644 (file)
@@ -62,7 +62,8 @@
 
 #ifndef NO_OLD_ASN1
 
-char *ASN1_dup(int (*i2d)(), char *(*d2i)(), char *x)
+void *ASN1_dup(int (*i2d)(char *,void *), 
+              char *(*d2i)(void *,unsigned char **,long), char *x)
        {
        unsigned char *b,*p;
        long i;