aboutsummaryrefslogtreecommitdiffstats
path: root/src/librandom/random-internal.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-06-08 17:33:25 +0000
committerLaurent Bercot <ska@appnovation.com>2022-06-08 17:33:25 +0000
commit8ed4778c0eb0515d2b45a5add017bb96106ee543 (patch)
tree2e9e114b9bb9310318664974e6f05d0e18961862 /src/librandom/random-internal.h
parentc4e81d83b248aa356849fc6a31920c177b5df999 (diff)
downloadskalibs-8ed4778c0eb0515d2b45a5add017bb96106ee543.tar.gz
Export random_devurandom, fix APIs
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/librandom/random-internal.h')
-rw-r--r--src/librandom/random-internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/librandom/random-internal.h b/src/librandom/random-internal.h
deleted file mode 100644
index 136c0d8..0000000
--- a/src/librandom/random-internal.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* ISC license. */
-
-#ifndef SKALIBS_RANDOM_INTERNAL_H
-#define SKALIBS_RANDOM_INTERNAL_H
-
-#include <stddef.h>
-
-extern void random_devurandom (char *, size_t) ;
-
-#endif