From 3e20c442de30c583b1728500c782641f88dedbfa Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 1 Jan 2016 16:30:31 +0100 Subject: fix empty C prototypes --- dbrandom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbrandom.h') diff --git a/dbrandom.h b/dbrandom.h index 6e262f3..6bfb866 100644 --- a/dbrandom.h +++ b/dbrandom.h @@ -27,7 +27,7 @@ #include "includes.h" -void seedrandom(); +void seedrandom(void); void genrandom(unsigned char* buf, unsigned int len); void addrandom(unsigned char * buf, unsigned int len); void gen_random_mpint(mp_int *max, mp_int *rand); -- cgit v1.2.3