Rename struct queue to struct ofp_queue.
[sliver-openvswitch.git] / include / random.h
index 92e2cb3..d9f5f9d 100644 (file)
@@ -39,5 +39,6 @@
 
 void random_bytes(void *, size_t);
 uint32_t random_uint32(void);
+int random_range(int max);
 
 #endif /* random.h */