summaryrefslogtreecommitdiff
path: root/beecrypt/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/entropy.h')
-rw-r--r--beecrypt/entropy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/beecrypt/entropy.h b/beecrypt/entropy.h
index fd204bcb2..08e8d3d6a 100644
--- a/beecrypt/entropy.h
+++ b/beecrypt/entropy.h
@@ -39,16 +39,16 @@ extern "C" {
#endif
#if WIN32
-BEEDLLAPI
+BEECRYPTAPI
int entropy_provider_setup(HINSTANCE);
-BEEDLLAPI
+BEECRYPTAPI
int entropy_provider_cleanup(void);
-BEEDLLAPI
+BEECRYPTAPI
int entropy_wavein(uint32* data, int size);
-BEEDLLAPI
+BEECRYPTAPI
int entropy_console(uint32* data, int size);
-BEEDLLAPI
+BEECRYPTAPI
int entropy_wincrypt(uint32* data, int size);
#else