1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

added prototype that was missing in CVS since long ago

This commit is contained in:
Stefan Bellon 2002-11-06 16:17:14 +00:00
parent 23ac2c1e0a
commit eb6f7ce0ad
2 changed files with 6 additions and 0 deletions

View file

@ -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*/