summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/src/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/src/rand.h')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/src/rand.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/src/rand.h b/data/lighttpd/lighttpd-1.4.53/src/rand.h
new file mode 100644
index 000000000..d80f6a12a
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/src/rand.h
@@ -0,0 +1,11 @@
+#ifndef LI_RAND_H_
+#define LI_RAND_H_
+#include "first.h"
+
+int li_rand_pseudo (void);
+void li_rand_pseudo_bytes (unsigned char *buf, int num);
+void li_rand_reseed (void);
+int li_rand_bytes (unsigned char *buf, int num);
+void li_rand_cleanup (void);
+
+#endif