diff options
Diffstat (limited to 'src/porting.h')
-rw-r--r-- | src/porting.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/porting.h b/src/porting.h index a86d37fbb..1e89cd044 100644 --- a/src/porting.h +++ b/src/porting.h @@ -343,6 +343,7 @@ void setXorgClassHint(const video::SExposedVideoData &video_data, // threads in the process inherit this exception handler void setWin32ExceptionHandler(); +bool secure_rand_fill_buf(void *buf, size_t len); } // namespace porting #ifdef __ANDROID__ |