summaryrefslogtreecommitdiffstats
path: root/lib/birdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/birdlib.h')
-rw-r--r--lib/birdlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/birdlib.h b/lib/birdlib.h
index b57478d..93ac38e 100644
--- a/lib/birdlib.h
+++ b/lib/birdlib.h
@@ -63,4 +63,8 @@ void debug(char *msg, ...); /* Printf to debug output */
#define ASSERT(x) do { } while(0)
#endif
+/* Pseudorandom numbers */
+
+u32 random_u32(void);
+
#endif