summaryrefslogtreecommitdiffhomepage
path: root/dbrandom.h
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2016-01-01 16:30:31 +0100
committerMatt Johnston <matt@ucc.asn.au>2016-03-16 22:41:20 +0800
commit3e20c442de30c583b1728500c782641f88dedbfa (patch)
treecd4fcdf5ab851bde43daea855e58d49db5598dde /dbrandom.h
parentaf87369cb32d4e967c389cce35f508817682f077 (diff)
fix empty C prototypes
Diffstat (limited to 'dbrandom.h')
-rw-r--r--dbrandom.h2
1 files changed, 1 insertions, 1 deletions
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);