summaryrefslogtreecommitdiff
path: root/asdcplib/src/KM_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'asdcplib/src/KM_util.h')
-rwxr-xr-xasdcplib/src/KM_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/asdcplib/src/KM_util.h b/asdcplib/src/KM_util.h
index 892670e6..a9793ba0 100755
--- a/asdcplib/src/KM_util.h
+++ b/asdcplib/src/KM_util.h
@@ -381,6 +381,9 @@ namespace Kumu
void GenRandomUUID(byte_t* buf); // buf must be UUID_Length or longer
void GenRandomValue(UUID&);
+#ifdef LIBDCP_POSIX
+ void ResetTestRNG();
+#endif
typedef ArchivableList<UUID> UUIDList;