X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgen-md5.h;h=93ead135a78a4d9583b4bf31eb9bae1474a814f1;hp=14952644a831ba1a1695e21449c8e0719d6131cf;hb=277e840a0f8e3ec8800cfe7407fe3c16000bc622;hpb=9000d2b527680b4b13964475d84df42815d40e37 diff --git a/src/gen-md5.h b/src/gen-md5.h index 14952644..93ead135 100644 --- a/src/gen-md5.h +++ b/src/gen-md5.h @@ -42,9 +42,9 @@ struct gen_md5_context; gen_md5_context *var_name = \ (gen_md5_context *) alloca (gen_md5_context_size ()) -int gen_md5_context_size PARAMS ((void)); -void gen_md5_init PARAMS ((gen_md5_context *)); -void gen_md5_update PARAMS ((const unsigned char *, int, gen_md5_context *)); -void gen_md5_finish PARAMS ((gen_md5_context *, unsigned char *)); +int gen_md5_context_size (void); +void gen_md5_init (gen_md5_context *); +void gen_md5_update (const unsigned char *, int, gen_md5_context *); +void gen_md5_finish (gen_md5_context *, unsigned char *); #endif /* GEN_MD5_H */