summaryrefslogtreecommitdiffstats
path: root/src/polypcore/random.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-04-18 15:16:24 +0000
committerPierre Ossman <ossman@cendio.se>2006-04-18 15:16:24 +0000
commitc22a0c12e49181d6ea042993e6b4b47db69574b1 (patch)
tree80f3ad2b76c6303ab7affbbe309cda1a93b779d5 /src/polypcore/random.h
parente4b2a47bb1de0f457559510837c46707ef9f6d8b (diff)
Make the probe for RNG sources at runtime since the configure script isn't
compatible with cross-compiling. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@744 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polypcore/random.h')
-rw-r--r--src/polypcore/random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polypcore/random.h b/src/polypcore/random.h
index bfb3df08..94a6d505 100644
--- a/src/polypcore/random.h
+++ b/src/polypcore/random.h
@@ -22,6 +22,7 @@
USA.
***/
+void pa_random_seed();
void pa_random(void *ret_data, size_t length);
#endif