summaryrefslogtreecommitdiff
path: root/random/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'random/random.h')
-rw-r--r--random/random.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/random/random.h b/random/random.h
index 1db189ea..eda44d36 100644
--- a/random/random.h
+++ b/random/random.h
@@ -22,6 +22,7 @@
#include "types.h"
+/*-- random.c --*/
void _gcry_register_random_progress (void (*cb)(void *,const char*,int,int,int),
void *cb_data );
@@ -38,6 +39,7 @@ void _gcry_update_random_seed_file (void);
byte *_gcry_get_random_bits( size_t nbits, int level, int secure );
void _gcry_fast_random_poll( void );
+
/*-- rndegd.c --*/
gpg_error_t _gcry_rndegd_set_socket_name (const char *name);