diff dbrandom.h @ 1276:9169e4e7cbee

fix empty C prototypes
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 16:30:31 +0100
parents a9e4d66ffb2c
children 17104db7928c 06d52bcb8094
line wrap: on
line diff
--- a/dbrandom.h	Fri Jan 01 09:46:09 2016 +0100
+++ b/dbrandom.h	Fri Jan 01 16:30:31 2016 +0100
@@ -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);