summaryrefslogtreecommitdiff
path: root/cipher/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/random.h')
-rw-r--r--cipher/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.h b/cipher/random.h
index 5d0f8bfc..29076b98 100644
--- a/cipher/random.h
+++ b/cipher/random.h
@@ -22,7 +22,7 @@
#include "types.h"
-void _gcry_random_initialize (void);
+void _gcry_random_initialize (int full);
void _gcry_register_random_progress (void (*cb)(void *,const char*,int,int,int),
void *cb_data );
void _gcry_random_dump_stats(void);