summaryrefslogtreecommitdiffstats
path: root/src/polypcore/random.h
diff options
context:
space:
mode:
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