Try to fix incorrect non-Latin handling on Win32 filenames.
[libdcp.git] / asdcplib / src / KM_prng.h
index 4d7ab2b776e109c4f2016bd2146384acb41130be..0b941f3b1b6a510553c356441684b836eebc85dd 100755 (executable)
@@ -45,6 +45,9 @@ namespace Kumu
       ~FortunaRNG();
       const byte_t* FillRandom(byte_t* buf, ui32_t len);
       const byte_t* FillRandom(ByteString&);
+#ifdef LIBDCP_POSIX        
+      void Reset();
+#endif     
     };