aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/util.h')
-rw-r--r--src/utils/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/util.h b/src/utils/util.h
index 879acd1db..62ecb948d 100644
--- a/src/utils/util.h
+++ b/src/utils/util.h
@@ -18,7 +18,7 @@ BOTAN_DLL u64bit system_time();
/*************************************************
* Memory Locking Functions *
*************************************************/
-BOTAN_DLL void lock_mem(void*, u32bit);
+BOTAN_DLL bool lock_mem(void*, u32bit);
BOTAN_DLL void unlock_mem(void*, u32bit);
/*************************************************