aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rand-internal.h
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-09-12 16:25:36 +0000
committerStefan Bellon <[email protected]>2002-09-12 16:25:36 +0000
commit3782e1595ec2bece279043a495a8449341a2b048 (patch)
treeec5e4b324d37f96effb17ad0d9983866ecb942a4 /cipher/rand-internal.h
parentAdded tr and el rule. (diff)
downloadgnupg-3782e1595ec2bece279043a495a8449341a2b048.tar.gz
gnupg-3782e1595ec2bece279043a495a8449341a2b048.zip
updated RISC OS stuff
Diffstat (limited to 'cipher/rand-internal.h')
-rw-r--r--cipher/rand-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/rand-internal.h b/cipher/rand-internal.h
index 581902b2a..ab01bc6db 100644
--- a/cipher/rand-internal.h
+++ b/cipher/rand-internal.h
@@ -31,6 +31,8 @@ int rndw32_gather_random (void (*add)(const void*, size_t, int),
int requester, size_t length, int level);
int rndw32_gather_random_fast (void (*add)(const void*, size_t, int),
int requester );
+int rndriscos_gather_random (void (*add)(const void*, size_t, int),
+ int requester, size_t length, int level);
#endif /*G10_RAND_INTERNAL_H*/